0

I already visit that web-page: Django SMTPAuthenticationError And i down the "securty captcha" and the "Less secure apps" and still - its giving me that messege:

SMTPAuthenticationError at /showname/

Here is my view code:

def SignUp(request):
    form2 = EmailForm(request.POST)
    if form2.is_valid():
        send_mail(
            form2.cleaned_data['subject'],
            'fffffffffffffwdvedfvedfved',
            form2.cleaned_data['from_email'],
            ['michael.michaelbuzorgi@gmail.com'],
            fail_silently=False,
        )

what can i do else to availabe the option of sending mails?

Community
  • 1
  • 1
eded ed
  • 21
  • 1
  • 3

0 Answers0