pabloveintimilla / mautic-amazon-ses

Mautic 5 plugin, provides Amazon SES as an email transport and callback to process bounces
GNU General Public License v3.0
29 stars 5 forks source link

Custom email headers #7

Open ilkkao opened 2 months ago

ilkkao commented 2 months ago

After some debugging I noticed that this plugin uses ses+api DSN which doesn't support adding custom headers. See: https://github.com/symfony/symfony/issues/45168

Biggest concrete problem I think is that one click unsubscribe is not enabled. Largest email providers like gmail are about to require it.

List-Unsubscribe-Post=<url>
List-Unsubscribe=One-Click

Maybe switch to ses+https

pabloveintimilla commented 2 months ago

Hi, use ses + https is a great feature i think to include in the next release