Skip to content

Instantly share code, notes, and snippets.

@andrewgdunn
Created January 19, 2011 20:09
Show Gist options
  • Save andrewgdunn/786764 to your computer and use it in GitHub Desktop.
Save andrewgdunn/786764 to your computer and use it in GitHub Desktop.
default:
delivery_method: :smtp
smtp_settings:
tls: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: "USERNAME"
password: "PASSWORD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment