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

Support SMTP #1

Closed tonsV2 closed 3 years ago

tonsV2 commented 3 years ago

It would be great if plain old SMTP was supported.

For development, and for apps which only sends a few mails, I often use Gmail's SMTP or other SMTP servers.

ainsleyclark commented 3 years ago

HI @tonsV2 we will get the sorted.

ainsleyclark commented 3 years ago

Hi @tonsV2

A very basic implementation of SMTP has been released: 550fe61

Note, it doesn't support TLS yet.

Hope this helps!