Fixed the name of the last example

This commit is contained in:
Alexandre Cesaro 2016-03-05 17:44:05 +01:00
parent 0773d147cc
commit 6ea1c86967
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ func Example_noAuth() {
}
// Send an email using the CRAM-MD5 authentication mechanism.
func Example_CRAM_MD5() {
func Example_cRAMMD5() {
m := gomail.NewMessage()
m.SetHeader("From", "from@example.com")
m.SetHeader("To", "to@example.com")