Rail: sending emails via a rake task won't work if you use the_mail.deliver_later
. Use the_mail.deliver
, instead.
Keep in mind that .deliver
will be blocking in the context of the Rails server.
Legal stuff about this site and your private life:
If you're not OK with this, move your way.
Rail: sending emails via a rake task won't work if you use the_mail.deliver_later
. Use the_mail.deliver
, instead.
Keep in mind that .deliver
will be blocking in the context of the Rails server.
Leave a comment
You want to react to this content or ask something to the author? Just leave a comment here!
Note that the comments are not publicly visible, so don't worry if you don't see yours.
All the information you give will only be visible to the author. We don't share anything with anyone.