Skip to content

This project enables you to send gmail mail to any other mail address using smtp service

License

Notifications You must be signed in to change notification settings

mou47rad/gmail_send_mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gmail send Mail - SMTP

This project enables you to send gmail mail to any other mail address using smtp service this project was written and programmed using the Python language.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system

what is SMTP!

SMTP stands for Simple Mail Transfer Protocol, and it’s an application used by mail servers to send, receive, and/or relay outgoing mail between email senders and receivers.

Prerequisites:

Download Python

Packges:

  • pip install smtplib
  • pip install ssl
  • pip install email-to

Basic inputs:

sender = '[email protected]'
receivers = '[email protected]'
body_of_email = 'Text to be displayed in the email'
msg['Subject'] = 'Subject your messge'
msg['From'] = sender
msg['To'] = 'your name'

Versioning

We use mou47rad for versioning. For the versions available, see the tags on this repository.

Authors

  • Zahouani Mourad - Initial work - mou47rad

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration

About

This project enables you to send gmail mail to any other mail address using smtp service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages