• In the “verified senders” tab it shows all verified domains and email address in my AWS SES account. I have multiple domains hosted for multiple clients so having other domains not owned by them listed not ideal. Is there a way to show only verified senders for the domain that Offload SES Lite plugin is installed on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Matt Shaw

    (@mattshaw)

    We don’t recommend using the same AWS account for all of your clients, since all of their emails will count towards the same daily send limit and send rate. Additionally, there could be some security concerns where one client could send email as another client.

    However it is possible to hide the verified senders tab by defining the following constant in your wp-config.php file:

    define( ‘WPOSES_HIDE_VERIFIED’, true );

    I hope that helps, please let us know if you have any other questions.

    Hi @mattshaw,

    Similar issue to @jhcmarket. I run a web agency and host multiple clients with AWS. Is it not possible to set this up under the 1 account and still achieve the desired result? Having 30 individual accounts for example seems really over the top.

    For a temporary fix I did add “define( ‘WPOSES_HIDE_VERIFIED’, true );” to the “wp-config.php” file of the websites I manage and the “Verified Senders” Tab is still displaying?

    Cheers
    Ben

    • This reply was modified 4 years, 6 months ago by thewebsmith.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Verified Domains Shows Many Domains’ is closed to new replies.