Red Mail Versions Save

Advanced email sending for Python

v0.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.5.0...v0.6.0

v0.5.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.4.2...v0.5.0

v0.4.2

1 year ago

What's Changed

  • DOCS: New style for the docs

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.4.1...v0.4.2

v0.4.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.4.0...v0.4.1

v0.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.3.1...v0.4.0

v0.3.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago

What's Changed

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.2.1...v0.3.0

v0.2.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.2.0...v0.2.1

v0.2.0

2 years ago

What's Changed

This release does not impose any breaking changes unless one has heavily subclassed the EmailSender.

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.1.1...v0.2.0

v0.1.1

2 years ago

This is a small patch to drop Pandas as a hard dependency.

Table prettifying still require Pandas but the user should have Pandas installed if they are able to pass a dataframe to the send method. If Pandas is missing and the user tries to use table prettifier, ImportError is raised.

What's Changed

New Contributors

Full Changelog: https://github.com/Miksus/red-mail/compare/v0.1.0...v0.1.1