Celestino Rey 5 месяцев назад
Родитель
Сommit
51b2225c8b
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/reymotausers/admin.py

+ 0 - 2
src/reymotausers/admin.py

@@ -29,8 +29,6 @@ def enviar_email_prueba(modeladmin, request, queryset):
                 texto,
                 from_email,
                 [to_email],
-                [user.email],  # Destinatario
-                fail_silently=False,
             )
             msg.attach_alternative(html_content, "text/html")
             msg.send()