xhit / go-simple-mail

Golang package for send email. Support keep alive connection, TLS and SSL. Easy for bulk SMTP.
MIT License
650 stars 102 forks source link

Is it possible to use a SMTP connection uri? #64

Open frederikhors opened 2 years ago

frederikhors commented 2 years ago

Is it possible to use a SMTP connection uri instead of specify each param?

Example:

smtps://user:pass@smtp.host.com:993/

xhit commented 2 years ago

It's not possible, but can be a good feature.