mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-08 23:12:54 +01:00
5 lines
159 B
Go
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.2.4"
|