Skip to content

AeriaSES

simmontali edited this page Sep 9, 2019 · 2 revisions

⚠️ Warning: This page refers to Aeria v1, therefore the informations in it are deprecated and will not work on Aeria v3.

Con AeriaSES è possibile utilizzare il servizio Amazon SES sfruttando wp_mail

Esempio di implementazione

AeriaSES::init(SES_KEY, SES_SECRET, SES_REGION);
AeriaSES::enable(); // override wp_mail
Clone this wiki locally