|
@@ -225,8 +225,8 @@ class BaseApp(object):
|
|
|
to=to, sender=self.conf.SERVER_EMAIL,
|
|
|
host=self.conf.EMAIL_HOST,
|
|
|
port=self.conf.EMAIL_PORT,
|
|
|
- user=self.conf.EMAIL_USER,
|
|
|
- password=self.conf.EMAIL_PASSWORD)
|
|
|
+ user=self.conf.EMAIL_HOST_USER,
|
|
|
+ password=self.conf.EMAIL_HOST_PASSWORD)
|
|
|
|
|
|
def either(self, default_key, *values):
|
|
|
"""Fallback to the value of a configuration key if none of the
|