Skip to content
Snippets Groups Projects
Commit 3a997279 authored by Vermaat's avatar Vermaat
Browse files

Merge pull request #121 from mutalyzer/batch-notification-from

Readable name for batch notification sender
parents 0bc032af 73584eb2
No related branches found
Tags v2.0.14
No related merge requests found
......@@ -106,7 +106,8 @@ class Scheduler() :
#TODO: Handle Connection errors in a try, except clause
#Expected errors: socket.error
from_address = settings.BATCH_NOTIFICATION_EMAIL or settings.EMAIL
from_address = 'Mutalyzer batch job <%s>' % (
settings.BATCH_NOTIFICATION_EMAIL or settings.EMAIL)
download_url = website.url_for('batch_job_result',
result_id=result_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment