ainsleyclark / go-mail

📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
MIT License
179 stars 16 forks source link

Postal Support #6

Closed Bene-GG closed 2 years ago

Bene-GG commented 2 years ago

Description

"Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers."

Repo: https://github.com/postalserver/postal API docs: https://docs.postalserver.io/developer/api

ainsleyclark commented 2 years ago

Thanks @Bene-GG

I'll add this soon!

ainsleyclark commented 2 years ago

Hi @Bene-GG

I have added Postal support, you may need to run the following before testing it out.

go get github.com/ainsleyclark.go-mail@7e88576869b79a83b745c728a6b2e3db08cd3cb4

Example can be found here.

Everything should work, but would be great if you could give it a test before I release it.

All the best.