go-mail/doc.go
Winni Neessen b852a5281a
v0.1.6: Fix in writeHeader() and User-Agent
- The writeHeader() method wasn't producing good output for long headers. This has been fixed
- Added a VERSION string to the library
- If both no User-Agent and no X-Mailer header are set, the lib adds a default UA-header
2022-03-20 17:38:46 +01:00

5 lines
159 B
Go

// Package mail provides a simple and easy way to send mails with Go
package mail
// VERSION is used in the default user agent string
const VERSION = "0.1.6"