red-mail

Advanced email sending for Python

MIT License

Downloads
103.8K
Stars
396
Committers
9
red-mail - v0.6.0 Latest Release

Published by Miksus over 1 year ago

What's Changed

New Contributors

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

red-mail - v0.5.0

Published by Miksus almost 2 years ago

What's Changed

New Contributors

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

red-mail - v0.4.2

Published by Miksus about 2 years 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

red-mail - v0.4.1

Published by Miksus about 2 years ago

What's Changed

New Contributors

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

red-mail - v0.4.0

Published by Miksus over 2 years ago

What's Changed

New Contributors

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

red-mail - v0.3.1

Published by Miksus over 2 years ago

What's Changed

New Contributors

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

red-mail - v0.3.0

Published by Miksus over 2 years ago

What's Changed

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

red-mail - v0.2.1

Published by Miksus almost 3 years ago

What's Changed

New Contributors

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

red-mail - v0.2.0

Published by Miksus almost 3 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

red-mail - v0.1.1

Published by Miksus almost 3 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