pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.26k stars 61 forks source link

Support Postmark as an email sender #176

Closed aej closed 1 year ago

aej commented 1 year ago

Hi 👋

I was wondering whether there was any appetite to support Postmark as a sender?

I'm happy to take a stab at implementing this myself since it looks like keila uses Swoosh for the email adapters and Swoosh supports Postmark.

Thanks

wmnnd commented 1 year ago

Hey there,

thanks for wanting to help out!

Creating new sender adapters in Keila is pretty straighforward. You’re right, we’re using Swoosh, so you just need to write a thin adapter module implementing the Keila.Mailings.SenderAdapters.Adapter behaviour and add the UI. I’d be happy to accept a PR!