Rails delayed_job sending email as HTML

Posted by mcmaloney on Stack Overflow See other posts from Stack Overflow or by mcmaloney
Published on 2010-05-17T17:35:11Z Indexed on 2010/05/17 17:41 UTC
Read the original article Hit count: 133

Filed under:
|
|
|

Using delayed_job to send emails- files are filename.text.html.erb

Sometimes they show up in my inbox rendered properly and sometimes they show up as HTML code.

I notice that when I stop and start the delayed_job daemon on the server, it seems to help in some cases but not all the time.

Any ideas?

© Stack Overflow or respective owner

Related posts about rails

Related posts about delayed-job