Click here to Skip to main content
15,885,032 members

Comments by ashok krishna (Top 1 by date)

ashok krishna 24-Jul-13 2:03am View    
sorry for not asking question clearly..
SmtpClient client = new SmtpClient(address);
client.SendMail(Mailmessage);
here we are getting error is "object refernce not set to instance of object" when we are trying to send the mail using smtp client..!