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 got error: Invalid "to" email address with value "mxxxáčxxxá@gmail.com". Seems that email with characters like áč should be valid on last place before "@" by RFC 6532. Services like gmail are accepting it also and many validators too, like https://www.npmjs.com/package/@sparser/email-address-parser.
Steps to reproduce the behavior
Try to send template ti address with characters like áč
See error
Expected behavior
I accept that there will be no error
Screenshots
If applicable, add screenshots to help explain your problem.
Code snippets
isValidEmail in strapi-plugin-email-designer/server/services/email.js should allow to use special characters on last place before @
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
I got error: Invalid "to" email address with value "mxxxáčxxxá@gmail.com". Seems that email with characters like áč should be valid on last place before "@" by RFC 6532. Services like gmail are accepting it also and many validators too, like https://www.npmjs.com/package/@sparser/email-address-parser.
Steps to reproduce the behavior
Expected behavior
I accept that there will be no error
Screenshots
If applicable, add screenshots to help explain your problem.
Code snippets
isValidEmail in strapi-plugin-email-designer/server/services/email.js should allow to use special characters on last place before @
The text was updated successfully, but these errors were encountered: