File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The best way to send emails in Go with SMTP Keep Alive and Timeout for Connect a
1111Examples in this README are for v2.2.0 and above. Examples for older versions
1212can be found [ here] ( https://gist.github.com/xhit/54516917473420a8db1b6fff68a21c99 ) .
1313
14- The minimum Go version is 1.13, for Go 1.12 and older use branch ` go1.12 ` .
14+ Go 1.13+ is required .
1515
1616Breaking change in 2.2.0: The signature of ` SetBody ` and ` AddAlternative ` used
1717to accept strings ("text/html" and "text/plain") and not require on of the
@@ -73,6 +73,9 @@ Go Simple Mail supports:
7373- Custom TLS Configuration (since v2.5.0)
7474- Send a RFC822 formatted message (since v2.8.0)
7575- Send from localhost (yes, Go standard SMTP package cannot do that because... WTF Google!)
76+ - Support text/calendar content type body (since v2.11.0)
77+ - Support add a List-Unsubscribe header (since v2.11.0)
78+ - Support to add a DKIM signarure (since v2.11.0)
7679
7780## Documentation
7881
You can’t perform that action at this time.
0 commit comments