mirror of
https://github.com/Rushilwiz/lettertofcps.git
synced 2025-04-06 20:30:17 -04:00
turned off double email
This commit is contained in:
parent
10865b03e7
commit
ea5173761b
|
@ -36,6 +36,6 @@ def main(request):
|
|||
email.attach_alternative(html_message, "text/html")
|
||||
print("### EMAIL SENT ###")
|
||||
print (recepient)
|
||||
email.send(fail_silently=False)
|
||||
#email.send(fail_silently=False)
|
||||
return render (request, "pages/email.html", context=context)
|
||||
return render(request, "pages/index.html")
|
||||
|
|
Loading…
Reference in New Issue
Block a user