Mail Configuration issue..

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
4/26/2011 12:42:11 AM
Gravatar
Total Posts 15

Mail Configuration issue..

I don't know what else to try with configuring the mail. I have tried different accounts.  Used Contact forms, registration email to test.  Please help if you have any ideas. Here is what I get in the log:

System.Threading.ThreadAbortException: Thread was being aborted.
   at mojoPortal.Net.Email.Send(SmtpSettings smtpSettings, MailMessage message)
   at mojoPortal.Net.Email.Send(SmtpSettings smtpSettings, String from, String replyTo, String to, String cc, String bcc, String subject, String messageBody, Boolean html, String priority, String[] attachmentPaths, String[] attachmentNames)
   at mojoPortal.Net.Email.SendEmailNormal(SmtpSettings smtpSettings, String from, String replyTo, String to, String cc, String bcc, String subject, String messageBody, Boolean html, String priority, String[] attachmentPaths, String[] attachmentNames)
   at mojoPortal.Net.Email.SendEmailNormal(SmtpSettings smtpSettings, String from, String replyTo, String to, String cc, String bcc, String subject, String messageBody, Boolean html, String priority)
   at mojoPortal.Net.Email.SendEmail(SmtpSettings smtpSettings, String from, String replyTo, String to, String cc, String bcc, String subject, String messageBody, Boolean html, String priority)
   at mojoPortal.Web.ContactUI.ContactForm.btnSend_Click(Object sender, EventArgs e)
2011-04-25 22:33:28,730 ERROR mojoPortal.Web.Global - 74.173.48.159-en-US - /
System.Web.HttpException (0x80004005): Request timed out.
 

4/26/2011 6:27:27 AM
Gravatar
Total Posts 18439

Re: Mail Configuration issue..

You may need to check with your host. Some hosts only allow relaying through email server they provide, it may be blocked from relaying through other addresses.

Everything I know to suggest is in the Email Configuration article.

Hope that helps,

Joe

4/28/2011 11:58:08 PM
Gravatar
Total Posts 15

Re: Mail Configuration issue..

Thanks Joe...I called them and they did have a special smtp server.

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