Skip to main content

Very simple and unicode friendly way to send email message from Python code.

Project description

Usage:

sudo pip install send_email_message
from send_email_message import send_email_message

email_config = dict(
    host='smtp.gmail.com',
    port=587,
    tls=True, // Or ssl=True with another port.
    user='admin@example.com',
    password='password',
    from_name='Example Site',
    # Default: encoding='utf-8'
)

send_email_message(to='denisr@denisr.com', subject='Example News', text='Please see http://example.com/', **email_config)

Project details


Download files

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

Source Distribution

send_email_message-0.1.1.tar.gz (1.4 kB view details)

Uploaded Source

File details

Details for the file send_email_message-0.1.1.tar.gz.

File metadata

File hashes

Hashes for send_email_message-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0e15d2d7bf57f79c4e5d6cbcb7792fb8af96d3cc1422c60842fed82f260de483
MD5 ae889de7a326f4e3bfb1f4f1b1d5cbbd
BLAKE2b-256 cb933a9662f502965407c3cb667ab180c63afeaba637f0661cc00cf6eabb300b

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