Switch the confirmation email from fluxmonkey to quay.

This commit is contained in:
yackob03 2013-10-01 15:48:53 -04:00
parent a713555915
commit ee41f79bcc
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ class MailConfig(object):
MAIL_PORT = 587
MAIL_USERNAME = 'AKIAIXV5SDGCPVMU3N4Q'
MAIL_PASSWORD = 'AhmX/vWE91uQ2RtcEKTkfNrzZehEjPNXOXeOXgQNfLao'
DEFAULT_MAIL_SENDER = 'support@fluxmonkey.io'
DEFAULT_MAIL_SENDER = 'support@quay.io'
MAIL_FAIL_SILENTLY = False
TESTING = False