High level email forwarding in Python.
Project description
email-forwarder
High-level email forwarding in Python (3+)
Usage
from email_forwarder import EmailForwarder
e = EmailForwarder("user@example.com", "password", "smtp.example.com", 587)
eml = open("message.eml", 'r').read()
e.forward(eml, "to@example.com")
Note: current implementation forwards in place without adding original From
info.
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
email-forwarder-0.1.1.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file email-forwarder-0.1.1.tar.gz
.
File metadata
- Download URL: email-forwarder-0.1.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71d43a550f982f11f1b0759fbc2a8fc0d5252801a301c639d2fdc5b5c34980fa |
|
MD5 | 294564c09f8a394e0e679a4b66fc151d |
|
BLAKE2b-256 | 85acaa157a4069bf7d0aabed8cf4da036f36226eb43183b801e9067356e58e62 |
File details
Details for the file email_forwarder-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: email_forwarder-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f96e464780c626d5914e0c6c2dbb2aa3f6141cfac595c69d279ae97ec67f2555 |
|
MD5 | e956a15a53bf6d5a7cb0a37a016857d4 |
|
BLAKE2b-256 | e16cde7dbc200f8ec6809acc71bfb9d0e479a4a38048f78b578238d9286971d3 |