Report this

What is the reason for this report?

502 Error Django send_mail

Posted on August 15, 2017

`When I try to send email I always get 502 error. The same code works nice on my local machine.

here is my log from /var/log/nginx/error.log

2017/08/15 05:45:34 [error] 1355#1355: *1187 upstream prematurely closed connection while reading response header from upstream, client: 188.227.127.215, server: 128.199.206.12, request: “POST /register HTTP/1.1”, upstream: “http://127.0.0.1:8000/register”, host: …, referrer: …

what I’am doing wrong?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

I believe that your SMTP port might be closed and this is why the connection is being terminated.

Depending on the SMTP port that you are using you need to make sure that the port is open for outgoing TCP connections.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.