Question
ASPNET Core - Sending E-Mail.
Hello.
I’m using a AspNet Web API application to fill a database on DigitalOcean Server. Everything was fine until i need to send an email from the Application. Testing locally everything works fine. after hosting at digital ocean the email doesnt works.
Error Message: Error Code 504 - Gateway Time-out
<html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor=“white”>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.14.0 (Ubuntu)</center>
</body>
</html>
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.
×