hi guys,
below is my configuration for my smtp
after i had done my configuration and i go test the email after that i go to log viewer and I found that the error message which is at the bottom. Please help me how to solve this problem. thanks
```
Server = smtp.gmail.com
Port = 465
Host Email = accelteamtechsupp@gmail.com
SSL = Yes
Enable Authentication = Yes
Username = accelteamtechsupp@gmail.com
Password = xxxxxxxxxxx
Domain = gmail.com
Email Format = HTML
Email Template Root = ~/templates
```
```
System.Net.Mail.SmtpException: The operation has timed out.
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at BugNET.Administration.Host.UserControls.MailSettings.TestEmailSettings_Click(Object sender, EventArgs e)
```
below is my configuration for my smtp
after i had done my configuration and i go test the email after that i go to log viewer and I found that the error message which is at the bottom. Please help me how to solve this problem. thanks
```
Server = smtp.gmail.com
Port = 465
Host Email = accelteamtechsupp@gmail.com
SSL = Yes
Enable Authentication = Yes
Username = accelteamtechsupp@gmail.com
Password = xxxxxxxxxxx
Domain = gmail.com
Email Format = HTML
Email Template Root = ~/templates
```
```
System.Net.Mail.SmtpException: The operation has timed out.
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at BugNET.Administration.Host.UserControls.MailSettings.TestEmailSettings_Click(Object sender, EventArgs e)
```