The Error Message of mail

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I using System.Net.Mail to mail some message to user.
When I mail to some users, it fail with run time error message:
The server response was: 5.5.4 Invalid Address

What is the problem?

How can I do?
 
Invalid address means the email address is not properly formatted. Check the
email addresses for proper format (regex works nicely for email address
format checking).

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top