email checking on registration doesn’t validate
-
Hi. First, thank you very much for helping me resolve my previous problem with setting up the registration page / MailGun validation.
Now that it is set up and I see that MailGun is being called, I have encountered a new problem. Invalid addresses do not cause an error to be shown, nor do they block registration.
From looking at thewpas_mailgun_check, and at MailGun’s json response, I see that:
1. invalid emails are marked in the json as"is_valid": false
2. the only check that is performed on the values from MailGun’s response is whether it contains a value indid_you_mean…According to the description in the SETTINGS under “Email Checking”:
“When enabled, the plugin will make sure the e-mail address used is valid and can receive e-mails”But when MailGun returns
"is_valid": false, unless there is a value indid_you_mean, nothing is shown to the user.Please correct me if this is not the case, but I would expect that a user would be blocked from completing registration in the case where the email that was entered is deemed invalid. Is this the intended result?
The topic ‘email checking on registration doesn’t validate’ is closed to new replies.