I have a config file where we have a tag to store email recipients.
<add key="MailTo" value="xyz@aaa.com,problem_here@aaa.com" />
the underscore(_) present in the email id is causing it to not be considered when sending out mails. I have tried everything. Nothing seems to work.
P.S: XML version=1.0