aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/mailer_helper.rb
blob: 573f7d8a8679a82d8fcfee073a1bb7c7fa9e30c7 (plain)
1
2
3
4
5
6
# -*- encoding : utf-8 -*-
module MailerHelper
    def contact_from_name_and_email
        "#{AlaveteliConfiguration::contact_name} <#{AlaveteliConfiguration::contact_email}>"
    end
end