This commit is contained in:
Adrian Amaglio 2020-05-01 19:16:46 +02:00
parent 6ffd214325
commit df035b7f9f

View File

@ -126,7 +126,6 @@ def submission ():
print(subject)
print(content)
return 'aborted'
try:
if not send_mail(from_address, form['mail'], subject, content):
response.status = 500