Skip to content

Instantly share code, notes, and snippets.

@dannymcc
Created May 29, 2012 20:02
Show Gist options
  • Select an option

  • Save dannymcc/2830374 to your computer and use it in GitHub Desktop.

Select an option

Save dannymcc/2830374 to your computer and use it in GitHub Desktop.
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
address: "smtp.postmarkapp.com",
port: 25,
enable_starttls_auto: true,
user_name: ENV["9eedsdasdaskdnasd"]
password: ENV["dsldkansdkad32-7eee2576ffe0"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment