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