Skip to content

Instantly share code, notes, and snippets.

@lucasdavila
Created November 12, 2012 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasdavila/4060053 to your computer and use it in GitHub Desktop.
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