ruby on rails - How to disable Premailer for individual emails -


we have couple of instances don't want premailer process emails in our rails project.

is possible turn off premailer individual triggers? have tried following without success:

mail :to => user.email, :subject => subject, :premailer => false 


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -