on kawomi mail works.
This commit is contained in:
4
mail.py
4
mail.py
@@ -3,8 +3,8 @@ import smtplib
|
|||||||
port = 25
|
port = 25
|
||||||
|
|
||||||
server=smtplib.SMTP("localhost", port)
|
server=smtplib.SMTP("localhost", port)
|
||||||
sender_email = "pope@home.kawomi.com"
|
sender_email = "deadswitch@kawomi.com"
|
||||||
receiver_email = "pope@kawomi.com"
|
receiver_email = "joerg.tretter@gmail.com"
|
||||||
message = """\
|
message = """\
|
||||||
Subject: Hi there
|
Subject: Hi there
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user