Skip to content
Snippets Groups Projects
Commit 73584eb2 authored by Vermaat's avatar Vermaat
Browse files

Readable name for batch notification sender

parent 0bc032af
No related branches found
No related tags found
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