This commit is contained in:
@@ -63,6 +63,13 @@ namespace contact.Pages
|
|||||||
smtpClient.Host = "mail.ayanova.com";
|
smtpClient.Host = "mail.ayanova.com";
|
||||||
smtpClient.Port = 2525;
|
smtpClient.Port = 2525;
|
||||||
smtpClient.UseDefaultCredentials = false;
|
smtpClient.UseDefaultCredentials = false;
|
||||||
|
//testing
|
||||||
|
// smtpClient.EnableSsl=true;
|
||||||
|
// smtpClient.Port=465;
|
||||||
|
// smtpClient.DeliveryMethod= SmtpDeliveryMethod.Network;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//NOTE: Do not use the noreply email address to send mail, it crashes the server somehow
|
//NOTE: Do not use the noreply email address to send mail, it crashes the server somehow
|
||||||
|
|
||||||
//******************************************************************************************************************
|
//******************************************************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user