Skip to content

Instantly share code, notes, and snippets.

@dstuebe
Created June 6, 2012 14:06
Show Gist options
  • Save dstuebe/2882064 to your computer and use it in GitHub Desktop.
Save dstuebe/2882064 to your computer and use it in GitHub Desktop.
Config for user notification email
system:
smtp: True
# This bit is not needed for smtp, but it keeps pyon from complaining about not having a privileged connection
container:
messaging:
server:
primary: amqp
priviledged: amqp
# ----------------------------------------------------------------------------------
# Added these lines
server:
smtp:
host: smtp.gmail.com
sender: ooici777@gmail.com
password: ooici777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment