Skip to content

Instantly share code, notes, and snippets.

@lucasdavila
Created November 12, 2012 15:41
Show Gist options
  • Select an option

  • Save lucasdavila/4060053 to your computer and use it in GitHub Desktop.

Select an option

Save lucasdavila/4060053 to your computer and use it in GitHub Desktop.
Setting up account name in action_mailer
# /config/initializers/setup_mail.rb
# ...
ActionMailer::Base.default :from => "Company Name <no-reply@yourcompany.com>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment