joshmn / caffeinate

A Rails engine for drip campaigns/scheduled sequences and periodical support. Works with ActionMailer, and other things.

Home Page:https://caffeinate.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set perform_deliveries to true?

sara-g opened this issue · comments

Maybe I'm missing something really basic here, but my mail is not getting sent and i'm getting this error: "Skipped delivery of mail as perform_deliveries is false". how do I turn perform_deliveries on?

Love this gem, thank you! ❤️

Never mind, I figured it out. I was trying to do:

drip :my_message do 
  some_more_stuff
end 

and that was preventing my email from being sent. Removing that worked. Thanks again for a great gem!