I'm trying to find about ALL the possible options that I can set in web.config.
Surprisingly, I can't find this at all (i'm expecting it to be somewhere inside msdn.microsoft.com)
I know I can technically add "anything" to web.config, what i'm looking for is the things that the .Net Framework "as shipped" uses.
In particular, right now i'm interested in the <mailsettings> section.
For example, in many examples i've found, i noticed that they set DeliveryMethod="Network".
I'm really curious what other values this attribute can take.
Is there any document on all the attributes and all their values, and all the effects those have?
Thanks!