Skip to content

Releases: PauloPhagula/send-mail

v1.1.0

02 Jan 17:47
Compare
Choose a tag to compare
  • Add support for multiple Reply to addresses
  • Add Message-ID header to mails for usage by anti-spam software
  • Send mails with content formatted as quoted-printable
  • Improve documentation

v1.0.1

22 Jan 19:40
Compare
Choose a tag to compare

Only provide send_mail method as part of the public API. The rest of the methods stay private

v1.0.0

22 Jan 13:12
Compare
Choose a tag to compare
  • Breaking changes
    • Changed send_mail function signature to take subject as first and
      only mandatory parameter.
    • plain-text message must be passed in message and html in html_message
    • logger is no longer created within the send_mail but instead if passed
      as a keyword paramter. In it's absence messages are not logged
  • Improve module documentation
  • Require at least one destination address
  • GH changes

v0.3.0

13 Jan 20:13
Compare
Choose a tag to compare

Allow debugging

v0.2.0

13 Jan 14:51
Compare
Choose a tag to compare
  • Allow connecting to server with SSL

v0.1.1

13 Jan 12:12
Compare
Choose a tag to compare
  • Replace call to dict.iteritems which is Python3 by six.iteritems
  • We put and get env. vars as strings, so parse SMTP_USE_SSL to bool before using
  • Improve cheap_dot_env method in test code

v0.1.0

13 Jan 12:00
Compare
Choose a tag to compare

Initial release