Quantcast
Viewing all articles
Browse latest Browse all 2179

Commented Unassigned: SMTP request timed out [253]

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)

```

Comments: Double check your mail settings and that your server has connectivity to smtp.gmail.com. Also, try port 587. From Google: Use port 465, or port 587 if your client begins with plain text before issuing the STARTTLS command.

Viewing all articles
Browse latest Browse all 2179

Trending Articles