Hello,
I have a simple form that sends an attachment and some text information in the body of the message. If I send the email without the attachment it works fine. But if I try to send the attachment (It's about 3.5 meg) It throws an error:
Method: System.Net.Mail.SmtpClient.Send
StackTrace:
Message: System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.SmtpClient.Send(MailMessage message) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, String ReplyTo, MailPriority Priority, String Subject, Mailformat Bodyformat, Encoding BodyEncoding, String Body, String[] Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)
Anyone know how I can fix this from happening? I did some cursory searches but couldn't find information about increasing the time out or how to troubleshoot this further. Any help would be greatly appreciated.
Thank You
Kevin J Baird