auto-emailer library for Python
Project description
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
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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file auto_emailer-1.0.1.tar.gz
.
File metadata
- Download URL: auto_emailer-1.0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3334f85512c97b6540657d8f20c8a9a2227bce3dfd14325cff675fc3a5ff9b88 |
|
MD5 | 10f3365ed167577f3c95f324fdeef834 |
|
BLAKE2b-256 | b60d94f2e8da94920aa6555e4b95f1d262af5b9badd753670b99ff99d3fea786 |