Merge branch 'master' into bump_utils_2301

This commit is contained in:
Athanasios Voutsadakis
2017-11-20 11:16:29 +00:00
18 changed files with 329 additions and 177 deletions

View File

@@ -124,7 +124,7 @@ def send_email_to_provider(notification):
notification.billable_units = 0
notification.reference = reference
update_notification(notification, provider)
send_email_response(provider.get_name(), reference, notification.to)
send_email_response(reference, notification.to)
else:
from_address = '"{}" <{}@{}>'.format(service.name, service.email_from,
current_app.config['NOTIFY_EMAIL_DOMAIN'])