Releases: PauloPhagula/send-mail
Releases · PauloPhagula/send-mail
v1.1.0
v1.0.1
Only provide send_mail method as part of the public API. The rest of the methods stay private
v1.0.0
- 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 inhtml_message
logger
is no longer created within thesend_mail
but instead if passed
as a keyword paramter. In it's absence messages are not logged
- Changed
- Improve module documentation
- Require at least one destination address
- GH changes
- Add gh-pages based on docs/ dir: https://dareenzo.github.io/send_mail/
- Add badges madness
v0.3.0
Allow debugging
v0.2.0
- Allow connecting to server with SSL
v0.1.1
- Replace call to
dict.iteritems
which is Python3 bysix.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
Initial release