Skip to main content

An easier way to send Email

Project description


Features
========

TODO

Create an Email object and send
===============================

.. code-block:: python

from cheesefactory-Email import Email

email = Email(
recipients=['bob@example.com',],
host='localhost',
port='25',
username='emailuser',
password='emailpassword',
sender='tom@example.com',
subject='Fishing trip',
body='Dear Bob,\nHow was the fishing trip?\n\nTom',
use_tls=False,
attachments=['file1.txt', 'file2.txt']
)

Keywords: cheesefactory excel dataframe pandas development
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7

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

cheesefactory-email-0.1.tar.gz (5.4 kB view hashes)

Uploaded Source

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