Skip to main content

Easy email sending for Python 3

Project description

Email Sender Module

Abstracted module for sending emails

This module was made so that you don't have to worry about writing the code for sending emails yourself. This module can be used with multiple different email clients, and can be used to send multiple emails.

License must be followed while using this package.

Documentation

Parameters (required for all functions and methods)

Subject, content, receiver, username (sender's), password (sender's)

Recommended import statement

import sendemailpy3 as smpy

Mail Commands

Gmail

smpy.send_gmail(...)

Outlook

smpy.send_outlook_email(...)

Yahoo Mail

smpy.send_yahoo_email(...)

Proton Mail

smpy.send_proton_email(...)

Sending an email using procedural syntax

import sendemailpy3 as smpy

smpy.send_gmail(...)

Sending an email using object-oriented syntax

import sendemailpy3 as smpy

email_sender = smpy.EmailSender()
email.send_gmail(...)

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

sendemailpy3-1.1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

SendEmailPy3-1.1.1-py3-none-any.whl (3.5 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