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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size cheesefactory-email-0.3.tar.gz (5.4 kB) | File type Source | Python version None | Upload date | Hashes View |