Skip to content

Instantly share code, notes, and snippets.

@masom
Created October 13, 2011 13:25
Show Gist options
  • Save masom/1284211 to your computer and use it in GitHub Desktop.
Save masom/1284211 to your computer and use it in GitHub Desktop.
Email setup for google apps
production:
email_delivery:
delivery_method: :async_smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "smtp.gmail.com"
authentication: :plain
user_name: "[email protected]"
password: "password"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment