Contact Form for multiple sites?

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.
2/4/2008 7:16:04 AM
Gravatar
Total Posts 112

Contact Form for multiple sites?

Hi All:

Contact form email from my first site works fine. But contact form email from my second site never appears. Both say "Thank You! Your message has been sent" when attempted. I've set the proper e-mail address in the feature instance settings, contact form settings. Are there other site-specific settings in web.config, or elsewhere I need to adjust?

Many thanks for any help you can provide,
Dale E. Moore

References:

System log from first site contact form email:

2008-02-04 07:11:45,184 [5384] DEBUG mojoPortal.Web.Framework.WebUtils [(null)] - host= dem.mine.nu
2008-02-04 07:11:45,184 [5384] DEBUG mojoPortal.Net.Email [(null)] - In SendEmail(DaleEMoore@gMail.Com, DaleEMoore@gMail.Com, , , http://dem.mine.nu/c1/cms: test, <p>test http://dem.mine.nu/c1/cms/contactme.aspx</p><br /><br />HTTP_USER_AGENT: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11<br />HTTP_HOST: dem.mine.nu<br />REMOTE_HOST: 67.65.196.48<br />REMOTE_ADDR: 67.65.196.48<br />LOCAL_ADDR: 192.168.202.152<br />HTTP_REFERER: http://dem.mine.nu/c1/cms/contactme.aspx<br />, True, Normal)
2008-02-04 07:11:52,778 [6092] DEBUG mojoPortal.Web.Framework.WebUtils [(null)] - ApplicationPath is /c1/cms

System log from second site contact form email:

2008-02-04 07:08:28,840 [5312] DEBUG mojoPortal.Web.Framework.WebUtils [(null)] - host= certifications.mine.nu
2008-02-04 07:08:28,840 [5312] DEBUG mojoPortal.Net.Email [(null)] - In SendEmail(DaleEMoore@gMail.Com, DaleEMoore@gMail.Com, , , http://certifications.mine.nu/c1/cms: test, <p>test http://certifications.mine.nu/c1/cms/contactme.aspx?pageid=6</p><br /><br />HTTP_USER_AGENT: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11<br />HTTP_HOST: certifications.mine.nu<br />REMOTE_HOST: 67.65.196.48<br />REMOTE_ADDR: 67.65.196.48<br />LOCAL_ADDR: 192.168.202.152<br />HTTP_REFERER: http://certifications.mine.nu/c1/cms/contactme.aspx?pageid=6<br />, True, Normal)
2008-02-04 07:08:41,653 [6124] DEBUG mojoPortal.Web.Framework.WebUtils [(null)] - ApplicationPath is /c1/cms

 

2/4/2008 7:26:11 AM
Gravatar
Total Posts 18439

Re: Contact Form for multiple sites?

If it didn't throw an error then it sent the message. The fact that the message wasn't received doesn't mean it wasn't sent. It could be rejected on the receiving end for various reasons. Just as google didn't work because of relay restrictions on their end the same can be true of the receiving end.

As I mentioned before I will soon be adding db storage of the contact form submittals so messages can be received even if mail fails for any reason.

Best Regards,

Joe

2/4/2008 8:00:31 AM
Gravatar
Total Posts 112

Re: Contact Form for multiple sites?

Hi Joe:

You are dead on accurate! I received the first site email by the time I switched to that firefox tab. I received the second site email(s) 20 minutes later.

Many thanks;
Dale

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