Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email address with international (non-english) characters? #122

Open
saintego opened this issue Feb 3, 2023 · 0 comments
Open

Email address with international (non-english) characters? #122

saintego opened this issue Feb 3, 2023 · 0 comments

Comments

@saintego
Copy link

saintego commented Feb 3, 2023

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

  1. Try to send template ti address with characters like áč
  2. 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 @

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant