Hi there,
Here's what you would need to do:
1. Add new keys to the <appSettings> element in web.config for the e-mail addresses and names you want to support.
2. To AppConfiguration.cs /
vb add properties to wrap the config values just like the existing ones.
3. In the code that sends the various e-mails, pick the appropriate property from the AppConfiguration class.
Hope this helps,
Imar