From fc07419938e2a915fe310db6472ca98012ab34e3 Mon Sep 17 00:00:00 2001 From: TossPig Date: Sat, 11 Oct 2014 00:42:01 +0800 Subject: [PATCH] Update mail.go --- utils/mail.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/mail.go b/utils/mail.go index e70e3586..aa219626 100644 --- a/utils/mail.go +++ b/utils/mail.go @@ -180,7 +180,7 @@ func (e *Email) AttachFile(args ...string) (a *Attachment, err error) { // Parameters include an io.Reader, the desired filename for the attachment, and the Content-Type. func (e *Email) Attach(r io.Reader, filename string, args ...string) (a *Attachment, err error) { if len(args) < 1 && len(args) > 2 { - err = errors.New("Must specify a file type and number of parameters can not exceed at least two") + err = errors.New("Must specify the file type and number of parameters can not exceed at least two") return } c := args[0] //Content-Type