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
submission: DATA error {"addr":"('Test UserFullName', '[test@example.com](mailto:test@example.com)')","modifier":"submission_prepare","msg_id":"e0762daa","reason":"mail: no angle-addr","smtp_code":554,"smtp_enchcode":"5.6.0","smtp_msg":"Invalid address in To"}
Looks like you have From: Test UserFullName 'test@example.com' in your message whereas the standard syntax is From: Test UserFullName <test@example.com>. maddy enforces additional checks for messages created via submission.
Describe the bug
After upgrading to 0.7.1 the correct TO string like
To: Name Lastname <name@aaa.com>\r\n
is causing the error:Just the
name@aaa.com
works.Steps to reproduce
Send mail to above recipient
Log files
Nothing in logs, but client is getting the error
The text was updated successfully, but these errors were encountered: