xhit/go-simple-mail

Feature request: SSE email sending service by Amazon

inglesuniversal opened this issue · 1 comments

please add example as well.

xhit commented

This package use the SMTP protocol to send emails. You need configure an Amazon SES SMTP endpoint.

To connect using this package, you can use the STARTTLS encryption in port 587 or the TLS encryption in port 465.

In the README there are examples to connect to an SMTP server.