Recent content by hamoon

  1. H

    Issue sending email using c#

    i'm trying to send an email using the code below : SmtpClient smtpClient = new SmtpClient(); MailMessage message = new MailMessage(); MailAddress fromAddress = new MailAddress("[email protected]", "From Name"); smtpClient.Host =...
Back
Top