Skip to main content

Send email with smtp setup (with retry smtp)

Project description

Tool send email via SMTP

Example code: subject = 'subject here' content = 'html content or plain content here' cc = 'cc here or None' bcc = 'bcc here or None'

from_addr = "send email from email" to_addr = 'send email to email'

email_obj = Email('smtp.gmail.com', 587, 'smtp login username', 'smtp login pwd') email_obj.send_mail(from_addr, to_addr, subject, content, cc, bcc)

No history

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

tkmail-1.4-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

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