File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 55// Package mail provides an easy to use interface for formating and sending mails. go-mail follows idiomatic Go style
66// and best practice. It has a small dependency footprint by mainly relying on the Go Standard Library and the Go
77// extended packages. It combines a lot of functionality from the standard library to give easy and convenient access
8- // to mail and SMTP related tasks. It works like a programatic email client and provides lots of methods and
8+ // to mail and SMTP related tasks. It works like a programmatic email client and provides lots of methods and
99// functionalities you would consider standard in a MUA.
1010package mail
1111
1212// VERSION indicates the current version of the package. It is also attached to the default user
1313// agent string.
14- const VERSION = "0.6.1 "
14+ const VERSION = "0.6.2 "
You can’t perform that action at this time.
0 commit comments