Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

"Notifications Sender Address" not saved on Submit
Last Post 02/22/2013 3:08 PM by Larry Daniele. 3 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Larry Daniele
New Member
New Member
Posts:38


--
02/21/2013 3:07 AM
I'm using DMX 6.1.3 with DotNetNuke 6.2.5. When I go to Admin > Main Options and set "Notifications Sender Address" to an email address and press Submit, the email address is not saved. When I re-open the Main Options, the field is blank.

Is there a work-around or solution for this problem?

As a side note, the "Audit Email" IS saved as expected.

Thanks for any light you can shed on this!

Larry
Larry Daniele
New Member
New Member
Posts:38


--
02/21/2013 6:50 PM
Also, you can hack the DNN database with a statement such as:

USE MyDatabase

UPDATE DMX_Settings
SET SettingValue = 'address@domain.com'
WHERE SettingName = 'NotificationsFromAddress'

but this does not seem to help. The email is still sent from the site Administrator's account. And when you open the Main Options, "Notifications Sender Address" is still blank. So perhaps the code is not hooked up to the proper setting name.

Help! :-)

Larry
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
02/22/2013 2:36 PM
I'll get this looked into for the upcoming release. Sounds like something simple.

Peter
Larry Daniele
New Member
New Member
Posts:38


--
02/22/2013 3:08 PM
Thanks, Peter. We'll look forward to it. If I can provide any more data or test anything, just let me know.

Larry
You are not authorized to post a reply.