All Versions
14
Latest Version
Avg Release Cycle
138 days
Latest Release
1232 days ago

Changelog History
Page 2

  • v2.1.1 Changes

    September 27, 2019

    🚚 Some functions were removed for avoid confusion like SendMail in smtp.go.

    Also auth.go don't use CRAMMD5Auth

  • v2.1.0 Changes

    September 21, 2019

    ⚡️ This update change you connect and send email. Useful for create multiples clients and send with persistent connection with a lot of connections

    -NewSMTPServer() change to NewSMTPClient() and return new SMTPClient struct
    -New() change to NewMSG()
    -Public function Send() only receive SMTPClient struct
    -Private function send() receive SMTPClient struct instead SendTimeout, Client and KeepAlive
    -Double verification in send, first that SMTPClient struct is not nil and Client is not nil
    -Public function Connect() return SMTPClient struct
    -Private function checkKeepAlive() only receive SMTPClient struct
    ⚡️ -Updated readme

    ⚡️ Note: this update is for v2.1.0 and is not compatible with v2.0.0

  • v2.0.0 Changes

    September 18, 2019

    👍 V2.0.0 make changes to support persistent connection aka Keep Alive

    ⏱ Also there are a new timeout called SendTimeout, is used to limit the time in seconds sending an email after client is connected.

  • v1.0.0

    January 11, 2016