Describe the bug
Signup behavior is inconsistent depending on the email format used. Certain valid email formats either fail silently or behave differently compared to signup via the plugin's website.
To Reproduce
Steps to reproduce the behavior:
- Install and activate the Imagify plugin.
- Click on the "Sign up, it's free!" banner.
Case 1: Emails with dots or underscore
Example:
Case 2: Emails with "+" aliasing
Example:
Control case (works as expected)
Example:
Comparison with website (https://app.imagify.io/account/sign_up/)
Note: When performing the same signup cases via the website, users are created in all cases and emails are sent in all cases.
Expected behavior
All valid email formats (including "+", ".", "_") should be accepted
User creation and email sending should be consistent with website behavior
Describe the bug
Signup behavior is inconsistent depending on the email format used. Certain valid email formats either fail silently or behave differently compared to signup via the plugin's website.
To Reproduce
Steps to reproduce the behavior:
Case 1: Emails with dots or underscore
Example:
=> user is created, but emails are not sent
Case 2: Emails with "+" aliasing
Example:
=> "Congratulations" message is shown in UI, but user is not created, no emails are sent
Control case (works as expected)
Example:
=> user is created and emails are sent
Comparison with website (https://app.imagify.io/account/sign_up/)
Note: When performing the same signup cases via the website, users are created in all cases and emails are sent in all cases.
Expected behavior
All valid email formats (including "+", ".", "_") should be accepted
User creation and email sending should be consistent with website behavior