go-simple-mail v2.2.2 Release Notes

Release Date: 2019-10-27 // over 4 years ago
  • iota corrections and SendTimeout improved

    • new private function sendMailProcess for send the mail. Function is called in private function send
    • improved SendTimeout , if 0 then send call directly to sendMailProcess , else, sendMailProcess is called in goroutine and return the result in channel smtpSendChannel if timeout never happens
    • change direction of iota for encryption , encoding , and contentType (this don't break anything)