zhang1shuo

Results 3 comments of zhang1shuo

I have this problem too ,can you have resoves ,thanks

in windows ,it is ok ,but in linux ,it doesnt work .

Hi , I modify some codes in smtp.SendMail() : Befor : if ok, _ := c.Extension("STARTTLS"); ok { config := &tls.Config{ServerName: c.serverName} if testHookStartTLS != nil { testHookStartTLS(config) } if...