From 12583bdeb29d71fe64adaa8f5738c3d8741f3983 Mon Sep 17 00:00:00 2001 From: "jp.av.dev" Date: Sun, 15 Nov 2020 03:43:14 -0300 Subject: [PATCH] --- 5_Envio_de_mails.md | 1 + 1 file changed, 1 insertion(+) diff --git a/5_Envio_de_mails.md b/5_Envio_de_mails.md index a1c6ea9..e7e06f3 100644 --- a/5_Envio_de_mails.md +++ b/5_Envio_de_mails.md @@ -39,6 +39,7 @@ EMAIL_HOST_PASSWORD = 'clave-ejemplo' from django.core.mail import send_mail from django.conf import settings +### Envio de mail desde formulario de contacto ... def contacto(request): if request.method == "POST":