Skip to content

11000011/Mail-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mail-Sender

A python script which can send mails

Requirements

python3 - Installed on most modern linux distributions If not Installed, can be installed using:

# Debian, Ubuntu or other Debian based distros
sudo apt-get install python3
# Arch Linux
pacman -Syu python3
# Red-Hat based distributions
rpm install python3

smtplib for python - Google is your friend

Usage

From terminal, give the script execution access by:

chmod +x send

Now, the script can be run by :

./send

Most of the options have proper documentation. The from field can be filled as:

Yash Srivastav<yashsriv@iitk.ac.in>

to provide both name and email id for people to reply to you.

Note

Currently, there is a bug in IIT Kanpur servers which allows you to set any value for that field and it will be accepted.

About

A python script which can send mails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages