Send verification email to non verified email

Does anyone have a solution to this?

{
  "date": "2017-06-07T15:59:43.609Z",
  "type": "fn",
  "description": "To: ***@gmail.com",
  "connection": "Username-Password-Authentication",
  "connection_id": "",
  "client_id": "tq8pxCSylMPwEqFjjUlpCbCXY0A66Wb4",
  "details": {
    "email_type": "verify_email",
    "to": "***@gmail.com",
    "error": "Email address is not verified. The following identities failed the check in region EU-WEST-1: ***@gmail.com"
  },
  "log_id": "49570627966157796216770692719069697014211380615342719026"
}

Please provide more information for us to help you:

  • What were you trying to do?
  • What API calls did you make? please provide the request body and API response

I am trying to send a verify email manually but i can’t send it because the email isn’t verified.

I am trying to send a verify email manually but i can’t send it because the email isn’t verified.

Please provide a sample request of the API call you are making

https://manage.auth0.com/#/users/{userId} ->Actions ->Send verification email. In chrome inspector i can see it trying to send:

curl 'https://manage.auth0.com/api/jobs/verification-email' -H 'origin: https://manage.auth0.com' -H 'accept-encoding: gzip, deflate, br' -H 'accept-language: en-US,en;q=0.8' -H 'x-requested-with: XMLHttpRequest' -H 'x-from-loc: https://manage.auth0.com/#/users/xxxxx' -H 'content-type: application/json' -H 'accept: */*' -H 'cache-control: no-cache' -H 'authority: manage.auth0.com' --data-binary '{"user_id":"auth0|xxxxxxxxa056847af6aa5463"}'

@benswanson I haven’t been able to reproduce this - I have created a private support ticket for you. Please provide further responses there.

I found the answer and it’s caused by AWS SES sandbox.