mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Merge branch 'master' into refactor-send-tasks-into-shared-code
Conflicts: app/celery/provider_tasks.py tests/app/celery/test_provider_tasks.py
This commit is contained in:
@@ -79,6 +79,7 @@ def send_email_to_provider(notification):
|
||||
send_email_response.apply_async(
|
||||
(provider.get_name(), reference, notification.to), queue='research-mode'
|
||||
)
|
||||
notification.billable_units = 0
|
||||
else:
|
||||
from_address = '"{}" <{}@{}>'.format(service.name, service.email_from,
|
||||
current_app.config['NOTIFY_EMAIL_DOMAIN'])
|
||||
|
||||
Reference in New Issue
Block a user