Skip to content

Pythonastics/instant-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 instantmailer

mail = instantmailer.Mail("[email protected]", "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

About

An API Wrapper for mail to send instant mails using python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published