gen_smtp v0.12.0 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
    • Fix crashes of peer_name of a closed socket during session init (#120)
    • Fix a problem where combine_rfc822_addresses/1 improperly escaped certain special characters.
    • Keep all bytes of one UTF-8 char on same line (no split) (#92)
    • ๐Ÿ˜Œ Relax MIME-Version header checking (#112)
    • ๐Ÿ˜Œ Relax MIME-Version header checking (#97)
    • ๐Ÿ”„ Changed default encoding to 7bit instead of base64 (#87)
    • Convert relay as string if needed (#111)
    • 0๏ธโƒฃ Connect accepts timeout via options, and keeps 5000 as default value (#119)
    • ๐Ÿ‘ Allow setting TLS options in send() and make TLSv1.2 the default (#115)
    • ๐Ÿ‘ Allow origin ip/port in tcp/ssl connect options (#98)