Changes between Initial Version and Version 1 of Ticket #33498


Ignore:
Timestamp:
Feb 6, 2022, 4:00:04 PM (2 years ago)
Author:
Michael
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33498

    • Property Summary Email TO: field unusual behavior of changing the input, can lead to errorsEmail FROM: field unusual behavior of changing the input, can lead to errors
  • Ticket #33498 – Description

    initial v1  
    1 This code will generate a 500 error instead of sending an email about the 404 error (the problem is the TO field). It's a hard to error to find due to no stack trace, had to binary search a lot of code to find it (cause it works fine with console email backend (i.e during dev)):
     1This code will generate a 500 error instead of sending an email about the 404 error (the problem is the FROM field). It's a hard to error to find due to no stack trace, had to binary search a lot of code to find it (cause it works fine with console email backend (i.e during dev)):
    22
    33{{{
Back to Top