Mail Error on smtp dial: EOF
Ahmad-mufied opened this issue · 3 comments
Ahmad-mufied commented
Mail Error on smtp dial: EOF
Ahmad-mufied commented
The error appears while executing this line code :
// SMTP client
smtpClient,err := server.Connect()
if err != nil{
log.Fatal(err)
}
xhit commented
Seems an error in the SMTP server.
Can you share a complete code to confirm that?
xhit commented
Close due is not a package problem.