Add ForwardEmail (provider) bounce integration (#2016)

* Add ForwardEmail one-click SMTP form option.
* Add bounce webhook integration.

---------

Co-authored-by: Kailash Nadh <kailash@nadh.in>
This commit is contained in:
Shaun Warman
2024-11-10 09:15:07 -07:00
committed by GitHub
parent 03925821fb
commit cb8b54fd00
44 changed files with 261 additions and 25 deletions

View File

@@ -279,6 +279,7 @@ INSERT INTO settings (key, value) VALUES
('bounce.sendgrid_enabled', 'false'),
('bounce.sendgrid_key', '""'),
('bounce.postmark', '{"enabled": false, "username": "", "password": ""}'),
('bounce.forwardemail', '{"enabled": false, "key": ""}'),
('bounce.mailboxes',
'[{"enabled":false, "type": "pop", "host":"pop.yoursite.com","port":995,"auth_protocol":"userpass","username":"username","password":"password","return_path": "bounce@listmonk.yoursite.com","scan_interval":"15m","tls_enabled":true,"tls_skip_verify":false}]'),
('appearance.admin.custom_css', '""'),