Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 483 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 483 Bytes

SCC Networking Xmas Reminder Script

Usage: python3 main.py

You will need to make a json file called config.json to connect to a SMTP server following this syntax:

{
    "smtp_server" : "smtp.server.ac.uk",
    "port" : 25,
    "email" : "[email protected]",
    "preamble" : "This is an automated email reminding you of the SCC Networking Group Christmas meal, as well as your menu choices.",
    "event_detail" : "Today at 6:30pm",
    "from" : "Eleanor"

}