-
Hi there, Firstly thanks for your work on this library, I've got most things set up and working! However I'm scratching my head and I'm sure I've missed something obvious. I've generated the mailers as per the docs and customised to add my own content, but whenever I send an email it's still just sending the default 'text' output. I've read the section in the wiki about using a non active job queue but I do want to use the default active mailer / active job. How do I configure rodauth-rails to use my own mailers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Did you copy-paste the Rodauth configuration that was printed by the |
Beta Was this translation helpful? Give feedback.
Did you copy-paste the Rodauth configuration that was printed by the
rodauth:mailer
command into yourRodauthMain
configuration? Those add explicit hooks into email sending that call the generated mailer.