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
I spent some time to understand why some users was experiencing some problems with my app when sending mails. This was the error:
After sending MAIL FROM:<[email protected]>, response did not start with any of: [2].
Response from server: < 550 5.1.0 yIhdkhTPKKpB1yIhekj1KR invalid domain
After some research I found it was simply caused by a tab in the Address() name parameter.
Can it be an idea to create a validator that does not permit to introduce wrong space in the name string?
Thanks
The text was updated successfully, but these errors were encountered:
enricobenedos
changed the title
Introduce validator on Address
Introduce validator on Address()
Jan 9, 2021
Good morning,
I spent some time to understand why some users was experiencing some problems with my app when sending mails. This was the error:
After some research I found it was simply caused by a tab in the
Address()
name parameter.Can it be an idea to create a validator that does not permit to introduce wrong space in the name string?
Thanks
The text was updated successfully, but these errors were encountered: