Skip to main content

Tool send email via SMTP (with retry)

Project description

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)

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tkmail-4.1.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

File details

Details for the file tkmail-4.1.0-py3-none-any.whl.

File metadata

  • Download URL: tkmail-4.1.0-py3-none-any.whl
  • Upload date:
  • Size: 2.8 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for tkmail-4.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 04d9775b6b0919bc0c2497c1d4a42e3104112a67fa6bbf208d2dbef3614b5c6e
MD5 5559e0c03158f6d52097142a5bc6c1c9
BLAKE2b-256 297766ec1fccd717c1ca99231985089d6d98badb85fd05721883e2147ec7b3a7

See more details on using hashes here.

Supported by

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