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) Additonal parameters: filepath

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

Uploaded Source

Built Distribution

SendEmailPy3-1.1.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file sendemailpy3-1.1.2.tar.gz.

File metadata

  • Download URL: sendemailpy3-1.1.2.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for sendemailpy3-1.1.2.tar.gz
Algorithm Hash digest
SHA256 64c24aee130157c6f1932e781809d3efaf936dee01781d2f69f909096c095695
MD5 0bc6f47d703908cc7be0dfd3fd2d5755
BLAKE2b-256 681a8655aec9581a1d7d6c35eafbdfe91cdfaaa96b1958d1fce74c56b481fe45

See more details on using hashes here.

File details

Details for the file SendEmailPy3-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for SendEmailPy3-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dbfa25e17b97bb0189bf234d494b4ff312257e026be77da062b7cb4de2eb6ff0
MD5 029889c46c29e5b840bbad10ad764a30
BLAKE2b-256 18c87b9739b74ab1d2727f74562a9a69aa321e0ce3596ee154ed32f54c7f8e96

See more details on using hashes here.

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