Skip to content

Releases: mononobi/mail-out

Feature Pack 1 v0.2

12 Feb 15:03
Compare
Choose a tag to compare

features

  • Add html body support
  • Add support for optional sender name
  • Add docstrings
  • Enhance code structure

Initial Release v0.1

31 Jan 12:29
Compare
Choose a tag to compare

features

  • Sending emails from single/multiple senders to single/multiple targets.
  • Circumventing the email servers rate limiting.
  • Performing a single operation multiple times and only sending emails to those
    targets which have been failed in previous operations without sending a duplicate
    email from any sender to any target.
  • Detailed log output during each operation.
  • Adding support for any email provider just by adding its respective configs.
  • Sending emails from senders with different email providers in a single operation.
  • Automatically removing duplicate senders or targets.