-
Notifications
You must be signed in to change notification settings - Fork 331
Open
Description
Line 208 in 943e75f
| cl, err := smtp.Dial(p.addr) |
conn, err := tls.Dial("tcp", addr, t)
if err != nil {
return err
}
c, err := smtp.NewClient(conn, t.ServerName)
if err != nil {
return err
}
When using tls and pool is needed, it will be impossible to establish a connection
Metadata
Metadata
Assignees
Labels
No labels