first version?

This commit is contained in:
Joe Tretter
2020-10-29 16:24:53 -05:00
parent 2e7e772e57
commit 28749be207
4 changed files with 57 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
import smtplib
port = 25
server=smtplib.SMTP("localhost", port)
sender_email = "deadswitch@kawomi.com"
receiver_email = "joerg.tretter@gmail.com"