Rails delayed_job sending email as HTML
- by mcmaloney
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?