Skip to content

This is a script coded in python, for sending a email using SMTP to multiple recipients.

Notifications You must be signed in to change notification settings

haynaamane/SMTPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SMTPY

This is a script coded in python, for sending a email using SMTP to multiple recipients. to run the script use this commande:

while read -r EMAIL; do python script.py "$EMAIL"; done < maillist.txt

Notice: dont rename the file name (script.py) and add your mailist in same folder of the script with the name maillist.txt

About

This is a script coded in python, for sending a email using SMTP to multiple recipients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages