You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function submit_job_handler of weaver/processes/execution.py, Weaver hashes the value of notification_email and lose track of the original value, which makes notification impossible to send since it tries to send it to the hashed e-mail address.
How to Reproduce
Supply the "notification_email" option to a job.
Expected behavior
E-mail should be sent to the address specified in notification_email
The text was updated successfully, but these errors were encountered:
Thanks for submitting an issue.
Make sure you have checked through existing/resolved issues to avoid duplicates. Also, make sure you provide enough details for us to be able to replicate and understand the problem.
Describe the bug
In function submit_job_handler of weaver/processes/execution.py, Weaver hashes the value of notification_email and lose track of the original value, which makes notification impossible to send since it tries to send it to the hashed e-mail address.
How to Reproduce
Supply the "notification_email" option to a job.
Expected behavior
E-mail should be sent to the address specified in notification_email
The text was updated successfully, but these errors were encountered: