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
There is a bug in the code that reports exceptions when sending emails. The "to" and "from" are swapped in the message template.
This bug is in core/utils/mail.py. At line 59, in the exception handler at the bottom of the send_email utility function. You'll note that in the string substitution that renders the error message that sender and receiver are substituted in the wrong order (i.e. receiver list is used to fill in "from" placeholder and sender is used to fill in "to" placeholder.
Version
1.1.5
Component
Other
What browsers are you seeing the problem on?
None
Relevant log output
No response
Tasks/ user tests when bug is fixed
[ ]
The text was updated successfully, but these errors were encountered:
What happened?
There is a bug in the code that reports exceptions when sending emails. The "to" and "from" are swapped in the message template.
This bug is in core/utils/mail.py. At line 59, in the exception handler at the bottom of the send_email utility function. You'll note that in the string substitution that renders the error message that sender and receiver are substituted in the wrong order (i.e. receiver list is used to fill in "from" placeholder and sender is used to fill in "to" placeholder.
Version
1.1.5
Component
Other
What browsers are you seeing the problem on?
None
Relevant log output
No response
Tasks/ user tests when bug is fixed
The text was updated successfully, but these errors were encountered: