We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After some debugging I noticed that this plugin uses ses+api DSN which doesn't support adding custom headers. See: symfony/symfony#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
The text was updated successfully, but these errors were encountered:
Hi, use ses + https is a great feature i think to include in the next release
Sorry, something went wrong.
pabloveintimilla
No branches or pull requests
After some debugging I noticed that this plugin uses
ses+api
DSN which doesn't support adding custom headers. See: symfony/symfony#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
The text was updated successfully, but these errors were encountered: