1

I have a custom form that takes the input, sends it to a webservice, which then creates a user and sends an e-mail to the new user.

However, the e-mail text will from time to time be changed. My question is, where should I store this text so that changes to it are stored permanently (so users don't have to change it every time they visit the form) while still allowing easy access to edit it (via SP)?

I though of simply using a list, but this is the only piece of text I need stored so it seemed a bit over the top.

Thanks

cpn
  • 117
  • 1
  • 1
  • 6

2 Answers2

3

The only place under my opinion would be a SharePoint list as you yourself have indicated, because you need the text to be configurable at any point along with the ease to change it.

Vivek
  • 1,511
  • 13
  • 20
0

I would store the info in a list, you could also do something similar to this: http://www.endusersharepoint.com/2009/12/01/quick-dirty-sharepoint-email-templates/

iOnline247
  • 1,676
  • 1
  • 15
  • 29