knadh / listmonk

High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
https://listmonk.app
GNU Affero General Public License v3.0
15.46k stars 1.42k forks source link

Best Multi SMTP Sending Option? #2177

Open cueup opened 1 week ago

cueup commented 1 week ago

Firstly, thank you to everyone working on and maintaining Listmonk - great tool.

My Setup

I'm using Listmonk to manage multiple SMTP sending accounts.

I want to leave all the SMTP accounts enabled choose which account is used based on the campaign I'm sending.

What would be the best way to do this?

  1. Set custom header then set the from address in the campaign (does this then use the SMTP account based on the sending address?) [ { "From": "Name mail@example.com", "Reply-To": "mail@example.com" } ]

  2. Set the header on the campaign itself?

castellinosoftware commented 5 days ago

I would also need to be able to set up different smtp for different campaigns. This is because I have to send campaigns for 3 different companies and I would like the campaigns to use separate SES, so that any problems on one do not create problems for the other campaigns.

Is it possible? or are some modifications necessary to achieve this result?