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

Offload SES Lite - Verified sender is receiving a message of unverified e-mail #23

Open
indoredesign opened this issue Nov 27, 2020 · 9 comments

Comments

@indoredesign
Copy link

I've a e-mail on the verified senders list of Offload SES Lite, but I keep receiving an erro message that the same e-mail is unverified.

How can I solve this issue?

thanks

@alexaandru
Copy link

I'm getting the same error. Domain is verified, but I keep getting this error.

@cadentic
Copy link

hi i am getting similer error

@oitent
Copy link

oitent commented May 27, 2021

Check #15 Same issue.

@monsieurborges
Copy link

Guys @indoredesign @alexaandru @cadentic @oitent , were you able to solve this?

@oitent
Copy link

oitent commented Mar 3, 2022

Really sorry. It's been a while. I can't remember my solve, but had something to do with proper configuration. Maybe try verifying the email address with SES as well…

@tedstur
Copy link

tedstur commented Feb 14, 2023

This is happening to our site. Does anybody have a solution here? Thanks!

@oitent
Copy link

oitent commented Feb 24, 2023

This is happening to our site. Does anybody have a solution here? Thanks!

It's probably the email configured on woocommerce or admin settings that is different from the one you've configured on AWS SES.

@monsieurborges
Copy link

I faced the same problem and I managed to fix it reviewing the AWS IAM Policy for Amazon SES.

Please, double check your configuration:

  • Verify your email address on AWS SES (email or domain)
  • Review your AWS IAM Policy (use the validated email / domain in case of custom Policy for Offload SES)

More details:

@crobbinsdg
Copy link

If you are managing your SES identities outside of the plugin and wish to remove the errors you can hook into the transient used to add the unverified sender notices.

// Prevent Offload SES Lite from generating unverified sender notices
add_filter('transient_wposes_unverified_senders', function($transient){ return false; });

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

7 participants