I have a question regarding email verification in (Visual) C#.
I searched the web and found several methods to do so. E.g. here:
Strangely both of them seem to let emails like "ex.as@asd,com" pass (notice the comma instead of a point).
However, if I try to send an email via SmtpClient
object I get an exception because the given email address has the wrong format.
Any ideas?