Closed keilmillerjr closed 10 years ago
Yes, this is unrelated to letter_opener
.
t('message_mailer.new_message', message: @message.name)
should be
t('message_mailer.new_message.subject', name: @message.name)
Not sure if you already checked the Rails Guides, but this should be helpful.
@guilhermesimoes thanks!
Wow. I feel stupid, but really appreciate the help. Thank you very much!
Any reason why this wouldn't work? Am I doing this correctly, or is it a bug? I'm trying to make my existing and working mailer to work with i18n translations.
And the rendered mailer shows a subject like so:
EDIT: I changed the config from letter_opener to smtp, and this does not seem to be an issue with letter_opener. The actual emails to my inbox reflect the same results as letter_opener. Can anyone help me figure out what I am doing wrong anyways?