I am trying to send an email asp.net, using the System.Net.Mail.SmtpClient class.
However I am getting the following exception message:
The parameter
try
message.To.Add(New MailAddress(toEmailAddress));
and verify the content of the variable "toEmailAddress".