Hi,
Emails are never getting sent when orders are placed. For each email that the Cart should be sending, I'm getting one these in the event log:
AssemblyVersion: 5.2.3
PortalID: 0
PortalName: xxx
UserID: 1
UserName: host
ActiveTabID: 81
ActiveTabName: Junior Infants
RawURL: /Shop/SchoolBooks201011/JuniorInfants/tabid/81/ctl/Confirm/mid/462/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.xxxxxxx.xxx/Shop/SchoolBooks201011/JuniorInfants/tabid/81/ctl/Confirm/mid/462/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: e1e4c87f-af4a-4a15-a4aa-e8789e3f0739
InnerException: Failure sending mail.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Net.Mail.SmtpReplyReaderFactory.ProcessRead
StackTrace:
Message: System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed. at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine) at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine) at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller) at System.Net.Mail.CheckCommand.Send(SmtpConnection conn, String& response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, String from) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) --- End of inner exception stack trace --- 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, List`1 Attachments, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword, Boolean SMTPEnableSSL)
Source:
Server Name: IP-0AE45F34
I know my DNN SMTP settings are setup ok as I can get the Test email and I'm using the same email address/login for the Cart as I am on DNN. My DNN hosting is in an Amazon ECS instance that is all mine (i.e. not shared). Ports 25 and 110 are opened in both the Amazon security group and on the Windows firewall (both in and out).
Any ideas?
Thanks,
Jeff