About 27 results
Open links in new tab
  1. Error in sending email by using smtpClient

    Oct 14, 2021 · Hi, I am using the following code to send email using smtpClient. Following code was running successfully and was sending emails. But now I am getting error on my PC ...

  2. QuotedPrintable, .Net 4, and dot-stuffing (SMTP RFC 4.5.2.

    Jul 28, 2011 · It appears that the SmtpClient is trying to do dot-stuffing but somehow incorrectly (before encountering this issue, I had never even heard of dot-stuffing). I've read another …

  3. Unable to read data from the transport connection: …

    Oct 7, 2021 · The program was unable to send or recieve one or more email messages that it attempted to scan using the E-mail Attachments Shield."

  4. Send mail using VB.Net with HTML formate.

    Oct 7, 2021 · I have to send a mail using my application in vb.net. I am able to send mail But while I am sending mail message, I am using HTML tags to format the text, but for some mail server …

  5. Send mail via SMTP: target machine actively refused it

    Apr 26, 2010 · Forget all that extra stuff you're passing. Keep it simple and see if it works with this: SmtpClient client = new SmtpClient ("exchange-server"); client.Credentials = <either a valid …

  6. sending mail via outlook dll - social.msdn.microsoft.com

    Oct 7, 2021 · Example SmtpClient SmtpServer = new SmtpClient ("smtp.live.com"); var mail = new MailMessage (); mail.From = new MailAddress ("[email protected]"); mail.To.Add …

  7. Sending mail to group email address of outlook

    May 8, 2019 · Based on your description, you want to send email to group email address of outlook form your local smtp server.

  8. SMTP Gmail is Not Working in Godaddy Host Server

    Oct 7, 2021 · Set the SMTP Port to 587 and EnableSsl to true.

  9. allow file download - social.msdn.microsoft.com

    Oct 7, 2021 · What would be the best way to create a landing page where anyone can enter an email address and then download a zip file.

  10. Best way to send a file - social.msdn.microsoft.com

    Jan 29, 2009 · You can use the event log if you'd like to, using the EventLog class, and you can send an email using the SmtpClient class. There's also various trace writers and debug …