Simple Usage
from tkmail import Email
email = Email(
host='smtp.gmail.com',
port=587,
use_tls=True,
username='demo@gmail.com',
password='hidden_password',
to='anonymous@gmail.com',
cc='somebody@gmail.com',
bcc='another@gmail.com',
subject='Demo sending email',
).html('<h1>Demo sending email</h1>').send().retry(times=5)
Release files for tkmail 4.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tkmail-4.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / tkmail-4.1.0-py3-none-any.whl
| Download URL | tkmail-4.1.0-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
04d9775b6b0919bc0c2497c1d4a42e3104112a67fa6bbf208d2dbef3614b5c6e
|
|
BLAKE2b-256 checksum How to use checksums |
297766ec1fccd717c1ca99231985089d6d98badb85fd05721883e2147ec7b3a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
|