Open ilkkao opened 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
ses+api
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
Hi, use ses + https is a great feature i think to include in the next release
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/45168Biggest concrete problem I think is that one click unsubscribe is not enabled. Largest email providers like gmail are about to require it.
Maybe switch to ses+https