I am trying to send mail from localhost..
and on doing this i have got methods from different sites to sending mails..but on doing this i am confused between smtpClient.send()
and smtpClient.SendAsync()
..
I want to know that How they are different from each other???
Thanks in advance..