File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed 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
11
11
Examples in this README are for v2.2.0 and above. Examples for older versions
12
12
can be found [ here] ( https://gist.github.com/xhit/54516917473420a8db1b6fff68a21c99 ) .
13
13
14
- The minimum Go version is 1.13, for Go 1.12 and older use branch ` go1.12 ` .
14
+ Go 1.13+ is required .
15
15
16
16
Breaking change in 2.2.0: The signature of ` SetBody ` and ` AddAlternative ` used
17
17
to accept strings ("text/html" and "text/plain") and not require on of the
@@ -73,6 +73,9 @@ Go Simple Mail supports:
73
73
- Custom TLS Configuration (since v2.5.0)
74
74
- Send a RFC822 formatted message (since v2.8.0)
75
75
- 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)
76
79
77
80
## Documentation
78
81
You can’t perform that action at this time.
0 commit comments