I've just installed Mailboxer (gem 'mailboxer'
) in my Rails 3.1.1 app… I have the email notifications working.
I followed these instructions to customize the notification email that users receive when they are sent a new message via the Mailboxer engine on my app… This allows me to edit the contents of the email message they receive, but I want to change the 'Subject' in the email header from the default "Mailboxer new message:" to a customized subject.
I'm assuming there might be a line I can add to the mailboxer.rb
config file?!?!?
Can anyone help on this?