aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/mailer_helper.rb
blob: be2ce47aa81128b36769e40ae3ebe20b7cb564f4 (plain)
1
2
3
4
5
module MailerHelper
    def contact_from_name_and_email
        "#{Configuration::contact_name} <#{Configuration::contact_email}>"
    end
end