Skip to content

ditesh/secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Automated Secret Santa

The Automated Secret Santa program takes in a list of email addresses and template email to send, randomizes the email addresses, and sends off the secret santa details to the receipient.

Example usage:

./secret-santa.py -e emails -a attachment -H smtp.gmail.com -P 587 -u myusername -p mypassword

where emails is the file containing a list of email addresses (one per line) in the format: "Ditesh Kumar" ditesh@gathani.org and attachment is a file containing the template HTML email to be sent to the receipient (use placeholder variables ${santa} and ${receipient})

About

A small script to automate secret santa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages