Skip to main content

Send Emails via Outlook

Project description

Access Outlook Email

This project contains the basic files to send an email through the module exchangelib.

Installation

Note that the module requires Python 3.6 or higher.

To install the module, run a pip command like the following:

pip install access_outlook_email

Usage

Simply import the modules via the following import statements:

from accessOutlookEmail import create_account, send_email

The create_account function requires your Outlook-Exchange email-address and your password.

To send an email, the following code provides the core functionality:

account = create_account('user@provider.com', '***')

send_email(account, 'TestSubject', 'TestBody', ['recepient@provider.com'])

License

This project is licensed by a MIT License.

Project status

The current released version is 0.0.5.

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

access_outlook_email-0.0.5.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

access_outlook_email-0.0.5-py3-none-any.whl (3.8 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