Эх сурвалжийг харах

Update email.go

Updated Send signature
Jordan Wright 11 жил өмнө
parent
commit
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) {
 
 }