Skip to content

Commit

Permalink
added from name
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterlong committed May 31, 2016
1 parent 538e637 commit e821e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emailer.go
Expand Up @@ -33,6 +33,7 @@ func SendEmail(outgoingEmail Outgoing) bool {
}
newbody := ReplaceContentText(outgoingEmail.Variables.Inputs, body)
message += "\n"+newbody
fmt.Println(message)
servername := configs.SMTPhost+":"+configs.SMTPport
host, _, _ := net.SplitHostPort(servername)
auth := smtp.PlainAuth("", configs.SMTPuser, configs.SMTPpass, host)
Expand Down

0 comments on commit e821e9e

Please sign in to comment.