python-tkmail
Port variant py38
Summary Tool send email via SMTP (with retry) (PY38)
Package version 4.1.0
Homepage https://git.teko.vn/data/libs/smtp-mail
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py39
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 13 DEC 2020, 19:47:07 UTC
Port created 21 APR 2020, 22:22:44 UTC
Subpackage Descriptions
single ### Simple Usage ```python 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('

Demo sending email

').send().retry(times=5) ```
Configuration Switches (platform-specific settings discarded)
PY38 ON Build using Python 3.8 PY39 OFF Build using Python 3.9
Package Dependencies by Type
Build (only) python-pip:single:py38
Build and Runtime python38:single:standard
Download groups
main mirror://PYPIWHL/29/77/66ec1fccd717c1ca99231985089d6d98badb85fd05721883e2147ec7b3a7
Distribution File Information
04d9775b6b0919bc0c2497c1d4a42e3104112a67fa6bbf208d2dbef3614b5c6e 2785 tkmail-4.1.0-py3-none-any.whl
Ports that require python-tkmail:py38
No other ports depend on this one.