Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29755

TimeoutError when trying to send email in django

$
0
0

enter image description here

   Hello i am getting TimeoutError while trying to send mail through django .

the error shows as:A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

          def mail_send_view(request, id):
          subject = 'Subject'
          message = 'message'
          send_mail(subject, message,  'kumar943954@gmail.com', 
                                                    ['aditya9090400@gmail.com'],fail_silently=False)

          return render(request, 'blog/sharebymail.html', {'form': form, 'post': post, 'sent': sent})

Viewing all articles
Browse latest Browse all 29755

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>