Skip to main content

This Module help you to send fast Email.🌸

Project description

image

Description

This Module help you to send fast Email.

And you can attach image, audio, and other files easily.

The Module support Gmail right now, but in the nearly future will support other mail services.

Installation:

pip install quick-mailer

Github Link

Usage:

from mailer import Mailer

mail = Mailer(email='someone@gamil.com'
              password='your_password')

mail.send(receiver='someone2@gmail.com',
          subject='First Message',
          message='Hello This Message From Python')

Parameters

receiver: Email Address [Recuired]
subject: Message Title  [Optional]
message: Your Message   [Optional]
image: Image File Name  [Optional]
audio: Audio File Name  [Optional]
file: File Name         [Optional]

Follow Me on Instagram: @9_Tay.

Thank You :)

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

quick-mailer-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

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