[ad_1]
Isn’t there way to just add the:
SMTP User
SMTP Password
Port, TLS…etc.
from the Amazon SES account. Or…is the only way to use Amazon SES is with the Access Key ID and Secret Access Key?
[ad_2]
You can use it with WP Offload SES Lite ( ), and can set the keys in the wp-config file (or through the web interface).
If you want to set them in wp-config.php, you can use the following:
I use those, along with: define( ‘WPOSES_HIDE_VERIFIED’, true ); (to hide other verified domains).
You can find your SMTP details in the SES Console.