I am getting the following error:
Send Mail: Send Failure: The operation has timed out.: StackTrace - System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at r2i.OWS.Framework.Utilities.Engine.Utility.SendEMail(MailMessage Message, String smtpServerExternal, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL).
I am using smtp.gmail.com:465 as the server. SSL checked, Basic Authentication Checked. My un/pw. All these settings work under Host Settings > SMTP. Any ideas?