在我的应用程序中,Devise .yml文件中有默认的电子邮件主题.但是我想通过从数据库中拉取数据使其动态更改.
并为任何邮寄者设置自己的主题
mailer: confirmation_instructions: subject: 'Confirmation instructions' reset_password_instructions: subject: 'Reset password instructions' unlock_instructions: subject: 'Unlock Instructions'