aspdotnetuser
Programmer
Hi,
The code in other parts of the program works ok and sends emails, but in one file when it comes to sending the email to the specified email address (when debugging) it gives the error [red]'no user <emailaddress>'[/red]
What does this mean? and why does it do this when using [blue]smtpClient.Send(message) [/blue]? It's not the email address because it sends emails to that address in other files usin the same method call.
The code in other parts of the program works ok and sends emails, but in one file when it comes to sending the email to the specified email address (when debugging) it gives the error [red]'no user <emailaddress>'[/red]
What does this mean? and why does it do this when using [blue]smtpClient.Send(message) [/blue]? It's not the email address because it sends emails to that address in other files usin the same method call.