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.0.tar.gz (1.4 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for send_email_message-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8aeb84d072c69d0518748f9493899124f7dbb48547766fdd9cb09db930d52b7a
MD5 fc151c9d40dd23969fa3529a0913ee59
BLAKE2b-256 908c194ca11b106cab021165819012f9cd3e0bf65bf0ea8a852b3b865d042cb6

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