Skip to main content

A fast, simple, yet poweful way to send emails, with less than 10 lines of code

Project description

FlashMail - The simplest and fastest Python email module out there!

With Flash, you can send emails, with text, optional attachments, and even HTML modification, all with less than 10 lines of code; which have normally have been accompished with more than 25 lines.

Overview

The FlashMail Python module was written with speed, and simplicity of use in mind. It provides these key features that no other python email module provides

  • Fast - Send emails with less than 10 lines of code

  • Powerful - Custamize your emails, with attachments, and HTML modification

  • Easy - Great for beginners, and really simple, and easy to understand

How to use it?

Read the detailed information below to find out how easy it is to get started sending emails with this powerful python module

Downloading it

To download FlashMail, install via pip.

pip install FlashMail

Utilizing it’s power

The first step is to import it

import FlashMail send_to_mail = “who_are_you_sending_this_to@gmail.com” yours = “your_email@gmail.com” password = “your_password” subject = “email_subject” message = “email_message” # Optional Vars html_message = “your message in html. Add bolding, and other modifications, with html” filename = “your filename” FlashMail.send_email(send_to_mail, yours, password, subject, message, email_message_html=html_message, filenames=[filename])

Now navigate to the link below, and turn less secure app access on. The module is completely safe to use. Then run the code! https://myaccount.google.com/lesssecureapps

Change Log

0.0.1 (7/30/2020)

  • First Release

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

FlashMail-0.0.1.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file FlashMail-0.0.1.tar.gz.

File metadata

  • Download URL: FlashMail-0.0.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2

File hashes

Hashes for FlashMail-0.0.1.tar.gz
Algorithm Hash digest
SHA256 bddc583b4cd62a1ed07fd323bc4f63acbd8d743532b3bd91729ce310f4f82bec
MD5 11855b410cf79fd0ab11b14d60f444fe
BLAKE2b-256 967ad10a747e355933090788aacae130bc39777da33e561e91472d28d80dbc3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page