Skip to content

mavi0/scc-networking-xmas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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" : "sender@server.ac.uk",
    "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"

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages