Skip to main content

auto-emailer library for Python

Project description

Build Status GitHub Maintenance

A wrapper library around python’s SMTP (Simple Mail Transfer Protocol) and email libraries for making emails easier. Python makes sending email relatively easy via the smtplib module, but this library makes it even easier with auto-configuration and email templates.

Table of Contents

  1. Background

  2. Install

  3. Usage

  4. Docs

  5. Maintainers

  6. Contributing

  7. License

Background

Let’s say you’re automating a task that takes a couple of hours to do, and you don’t want to go back to your computer every few minutes to check on the program’s status. Instead, you can use auto-emailer to send a friendly email programmatically when it’s done—freeing you to focus on more important things while you’re away from your computer.

What if you have a spreadsheet of email addresses and you need to send out an email to each one? Instead of manually writing hundreds, or even thousands, of emails, you just write a few lines of code to auto-mate the process and you’re done.

Installing

You can install using pip:

$ pip install auto-emailer

For more information on setting up auto-emailer, please refer to Docs

Supported Python Versions

Python >= 3.6

Docs

auto-emailer python library has usage and reference documentation at auto-emailer.readthedocs.io.

Maintainers

@adamstueckrath

Contributing

Feel free to dive in! Open an issue or submit PRs.

auto-emailer follows the Contributor Covenant Code of Conduct.

License

MIT © Adam Stueckrath

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto_emailer-1.0.1.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page