instantmailer

An API Wrapper for mail to send instant mails using python


Keywords
gmail, email, wrapper
License
MIT
Install
pip install instantmailer==1.0.3

Documentation

instant-mailer

pip install instant-mailer

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