I’ve been attempting to modify the Rodauth email template without success.
By default, my app has a template located at /app/views/rodauth_mailer/verify_account.text.erb
.
However, I’d like to customize this template based on locale, such as:
/app/views/rodauth_mailers/hi/verify_account.text.erb
/app/views/rodauth_mailers/en/verify_account.text.erb
Could you please provide guidance on how to achieve this?
How to set up or configure rodauth.
Beautiful.Takeshi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.