- This is a simple Python script to send emails to all secret santa participants!
- The script assumes the pairings are already made. Check the Google Form responses from this Google Form.
- Install the dependencies using
pip
.
pip install -r requirements.txt
- Update the password field in the config block of the script (line 18).
- Update the other config fields if required, and update the email body if required as well.
- Run the following command (will not work on NITK-NET since SMTP ports are blocked)
python secretsanta.py
The software is registered under the MIT License.