go-mail/doc.go

6 lines
159 B
Go
Raw Normal View History

2022-03-09 17:30:35 +01:00
// Package mail provides a simple and easy way to send mails with Go
2022-03-05 16:27:09 +01:00
package mail
// VERSION is used in the default user agent string
2022-06-03 10:43:14 +02:00
const VERSION = "0.2.2"