Custom email headers
Opened this issue · 1 comments
ilkkao commented
After some debugging I noticed that this plugin uses ses+api
DSN which doesn't support adding custom headers. See: symfony/symfony#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
Hi, use ses + https is a great feature i think to include in the next release