Email is not allowed

Hello,

I’m trying to change a user’s email but it fails. Here’s what I tried…

  • through the Web at /users/foo/preferences/email where I get “Email is not allowed.” on a Gmail address (although Gmail is not in the list of forbidden domains). I test with an admin account and impersonating the user.
  • through the API with:
    curl -v -X PUT "https://#{api_host}/users/#{username}/preferences/email" -H "Content-Type: multipart/form-data;" -F "api_key=#{client.api_key}" -F "api_username=#{client.api_username}" -F email=#{new_email}

I’m using v2.0.0.beta10 +279. This used to work, or am I doing something wrong?

I found out the email was in the ‘screened_emails’. I removed it from there and that solved the issue. Thank you very much!

2 Likes

And what’s screened_emails? How to access this table? via rails c?

@Julian_Somoza
In Your Admin area within the forum

Logs > Screened Emails

/admin/logs/screened_emails

2 Likes

I see that! And the emails was there… Thanks a lot!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.