Skip to main content

No project description provided

Project description

instant-mailer

pip install instantmailer

A Python module that allows you to send instant mails using Python. Python Requires <= 3.6

Features

  • Fully secured with SSL
  • Instant mails
  • Send mails with attachment

Additional Libraries

  • email
  • ssl

Getting Started

import instant-mailer

mail = instant-mailer.Mail("example@example.com", "12345678") # Replace with your email and password

Attributes

await mail.send()

Sends the email

	Parameters
	----------
	reciever: :class: `str`
		The recievers mail address
	body: :class: `str`
		The body of the mail
	subject: :class: `str`
		The subject of the mail
	bcc: :class: `str`
		The bcc of the mail
	attachment_name: :class: `str`
		The name of the attachment
	attachment_bytes: :class: `str`
		The bytes of the attachment

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

instantmailer-1.0.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

instantmailer-1.0.3-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