Okay, this one is a little tricky to explain but here it goes.
Right now I have an ashx file that does a bunch of stuff. What kind of stuff? Well, I'll tell you~ It gets emails from the database and gets visitor input (with a little bit of jquery and javascript help) to allow visitors to send messages and requests to the emails specificed in the database. However, should anything happen and that email needs to be changed, I need to allow the user (person making changes to the site, I'm just the jr developer) to be able to change that email and they can't unless they call me. How can I make it so that I can access a control/property with emails supplied by the user instead of accessing the database?
Also, is there a way to display a history of the emails and messages and such that were sent to the user? (So nothing on the actual website, just something in the Umbraco editor that a user sees.)
Change email for personal messages
Okay, this one is a little tricky to explain but here it goes.
Right now I have an ashx file that does a bunch of stuff. What kind of stuff? Well, I'll tell you~ It gets emails from the database and gets visitor input (with a little bit of jquery and javascript help) to allow visitors to send messages and requests to the emails specificed in the database. However, should anything happen and that email needs to be changed, I need to allow the user (person making changes to the site, I'm just the jr developer) to be able to change that email and they can't unless they call me. How can I make it so that I can access a control/property with emails supplied by the user instead of accessing the database?
Also, is there a way to display a history of the emails and messages and such that were sent to the user? (So nothing on the actual website, just something in the Umbraco editor that a user sees.)
is working on a reply...