Send mail
This commit is contained in:
parent
bb79b5ac99
commit
17bd1ae9bc
1
check.py
1
check.py
|
@ -256,7 +256,6 @@ class Conference:
|
||||||
|
|
||||||
def send_mail(subject: str, body: str) -> None:
|
def send_mail(subject: str, body: str) -> None:
|
||||||
"""Send an e-mail."""
|
"""Send an e-mail."""
|
||||||
return
|
|
||||||
mail_from_address = config["mail"]["from_address"]
|
mail_from_address = config["mail"]["from_address"]
|
||||||
mail_from_name = config["mail"]["from_name"]
|
mail_from_name = config["mail"]["from_name"]
|
||||||
mail_to_address = config["mail"]["to_address"]
|
mail_to_address = config["mail"]["to_address"]
|
||||||
|
|
Loading…
Reference in a new issue