Skip to content

Commit 00ae8a2

Browse files
committed
Update readme
1 parent 780823a commit 00ae8a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The best way to send emails in Go with SMTP Keep Alive and Timeout for Connect a
1111
Examples in this README are for v2.2.0 and above. Examples for older versions
1212
can 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

1616
Breaking change in 2.2.0: The signature of `SetBody` and `AddAlternative` used
1717
to 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

0 commit comments

Comments
 (0)