I have a config file where we have a tag to store email recipients.
<add key="MailTo" value="[email protected],[email protected]" />
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