Exception:address is null

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
4/29/2009 10:40:46 AM
Gravatar
Total Posts 20

Exception:address is null

About Contact form model, 

In configuration, if no receiver address is set , and smtp settings is working properly,  prompt "...email has been sent successfully..." after users click "Send" button to send email , but actually, it is failed, this problem is described in system log.

I think it is a bug.

I debuged it, the error lies in which ContactFormEmailSetting is null with not setting receiver address

 

best regards,

xgma

4/29/2009 7:29:47 PM
Gravatar
Total Posts 20

Re: Exception:address is null

 I guess there is no proper method to solve the mistake by website administrator. I got the problem because of forgeting setting the address, and also i suppose i 'd  received emails by site's email address.
My suggestion is giving some notice in documentation or else in program.

 

best regards,

xgma

4/30/2009 4:37:03 AM
Gravatar
Total Posts 18439

Re: Exception:address is null

Hi,

Yes it would be nice to create a document about how to use the contact form, when I have time I will do it.

However it seems pretty straightforward. Actually configuring an email address for it to forward to is optional as it is possible to receive and view messages even if it is not configured to forward the message to an email address. That is why the user sees the message indicating the message was received. The message is captured regardless of whether it gets sent to anyone or if smtp is configured correctly. A user with edit permission on the page or the contact form can view the messages by clicking the "View Messages" link. 

Best,

Joe

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