go-simple-mail v2.1.3 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • Timeout type time.Duration instead int. Be sure you cast it!

    • ConnectTimeout and SendTimeout are type time.Duration instead int
    • 🆕 NewSMTPClient() return by default 10 seconds for ConnectTimeout and SendTimeout and default Encryption is EncryptionNone
    • ⚡️ Updated readme and example_test

    PD: v2.1.2 not exists. A simple mistake.