提交 fc074199 编写于 作者: T TossPig

Update mail.go

上级 d69eee23
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册