浏览代码

Update email.go

Updated Send signature
Jordan Wright 11 年之前
父节点
当前提交
069035f3c4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      email.go

+ 1 - 1
email.go

@@ -21,7 +21,7 @@ type Email struct {
 }
 
 //Send an email using the given host and SMTP auth (optional)
-func (e Email) Send(addr string, a Auth, e Email) {
+func (e Email) Send(addr string, a smtp.Auth, e Email) {
 
 }