We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated How To: Use custom mailer (markdown)
Add an example of how to override the Devise default email with a dynamic proc.
note on how to change the queue name for mails
Grammatical/readability improvement
Corrects a typo!
Adding the "default template_path" you can reuse the devise views. So, it is not necessary to write about moving devise views to other folders.
Fix messed up code quotes, was using @ instead of ` for some odd reason.
Updated How To: Use custom mailer (textile => markdown)
Some style to the code
add instructions for setting the from/reply_to address on a per-email basis
Revert 08f58a4e9bdcf20190f47a333687b01fe5ec6d22 ... 4255cd87b487fb021b53395aef648d1c8862b214 on How To: Use custom mailer
for me, if i put the super after the modification, it doesn't works.
Just added a few code tags.
Added a warning and explanation about copying the devise views to the new mailer folder.
Created How To: Use custom mailer (markdown)