Bläddra i källkod

Update email.go

Updated Send signature
Jordan Wright 11 år sedan
förälder
incheckning
069035f3c4
1 ändrade filer med 1 tillägg och 1 borttagningar
  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)
 //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) {
 
 
 }
 }