ASPNET Application does not send emails

1

I have an application that has a screen with sending emails, this application runs 100% on a virtual server (MANWEB10), including sending emails. When exporting to this new server (MANWEB01) the sending of emails simply does not work anymore, so it should be noted that the error is not in the code but in the configuration of the server.

Can anyone help me where exactly do I do this? The new server is Windows 2008 R2 Standard and uses IIS 7

    
asked by anonymous 23.04.2015 / 16:58

2 answers

1

If you have not changed anything in the code, the problem may be in the server's own SMTP settings.

See in this Microsoft Walkthrough if any configuration was left undone on your new server.

Configure SMTP E-mail (IIS 7)

    
23.04.2015 / 19:13
0

Then ...

1 - Check your SMTP server;

2 - check which port is exiting, user and password;

Try a test via telnet, use this site as an example.

link

    
03.01.2017 / 18:09