mvc asp.net ile yaptığım sitede contact form ekledim. gmail smtp ayarlarını girdim. lokalde mail geliyor ama server a yükleyince gelmiyor. internette godaddy gmail smtp i engellediğini söylüyorlar. bunu nasıl aşabilirim ya da başka nereden ekleyebilirim? Yardımcı olursanız çok sevinirim
Aldığım hata bu:
An attempt was made to access a socket in a way forbidden by its access permissions 74.125.192.109:587 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 74.125.192.109:587
Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Kodlar:
[HttpPost] public ActionResult Iletisim(FormModel model) { MailMessage _mm = new MailMessage();