Skip to content

pprasha/send-email-python

Repository files navigation

send-email-python

Description

The project send-email-python is a python package that is on pypi and will make it easier to send emails with python

Installation

pip install send-email-python

Usage

For setup instructions:

sendmail.setup(<email provider of sender>)

Send simple email with a message:

sendmail.mail(<senders email>,
              <senders email password>,
              <recievers email>,
              <subject>,
              <message>)

Supported email providers: Gmail

Contributing

Licence

Releases

No releases published

Packages

 
 
 

Contributors

Languages