It's a convention in rails to name your mailers with a Mailer suffix, and is also common to name the class after the recipient (e.g. User, Admin). So UserMailer seems a reasonable choice. |
||
---|---|---|
.. | ||
application_mailer.rb | ||
user_mailer.rb |
It's a convention in rails to name your mailers with a Mailer suffix, and is also common to name the class after the recipient (e.g. User, Admin). So UserMailer seems a reasonable choice. |
||
---|---|---|
.. | ||
application_mailer.rb | ||
user_mailer.rb |