SMTP email not working

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/4/2011 5:42:19 AM
Gravatar
Total Posts 37

SMTP email not working

I have been trying to get the SMTP working but to no avail. I have tried several email vendors (comcast, yahoo ...). This is the error I receive in the System Log:

 

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)

 

Any help would be appreciated!

2/4/2011 11:56:20 AM
Gravatar
Total Posts 18439

Re: SMTP email not working

Sounds like it cannot connect to the smtp server. This could be caused by any number of things. It could be blocked by a firewall on the web server, it can be caused by the smtp server configuration which may allow connecting only from certain machines or ip addresses.

http://www.mojoportal.com/emailconfiguration.aspx

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.