Top "Smtpclient" questions

on .NET Framework , allows applications to send e-mail by using the Simple Mail Transfer Protocol (SMTP)

Can I send email using javascript

Is it possible to send emails using just javascript?

javascript html email smtp smtpclient
System.Net.Mail.SmtpException: The operation has timed out. error in asp.net send mail code using godaddy hosting

I am using following peace of code to send mail using godaddy hosting . but its throw System.Net.Mail.SmtpException: …

c# asp.net sendmail smtpclient
Sending email fails when two factor authentication is on for Gmail

I am using my Gmail account and smtp.gmail.com inside my web application to test and send email. when …

smtp gmail smtpclient two-factor-authentication
Can't auth to Gmail smtp via MailMessage & smtpClient

I cannot figure out for the life of my why this isn't working SmtpClient smtp = new SmtpClient { Host = "smtp.gmail.…

c# gmail smtpclient
Troubleshooting "Mailbox unavailable. The server response was: Access denied - Invalid HELO name" when sending email with SmtpClient

I have been trying to send an email by C#. I have Googled for various examples and have taken bits …

c# smtpclient
Can I test SmtpClient before calling client.Send()?

This is related to a question I asked the other day on how to send email. My new, related question …

c# email smtpclient
SmtpClient get result from server on send

The SmtpClient send method returns void. Is there any way to get the server response? Do I just assume it …

c# .net smtpclient system.net.mail
C# SMTP fails to authenticate on Outlook.com, port 587. "The server response was: 5.7.1 Client was not authenticated"

I'm attempting to send automated emails (genuinely required business reason - not spam!). Code similar to that below used to …

c# smtp ssl smtpclient outlook.com
Exceeded storage allocation. The server response was: 4.3.1 Message size exceeds fixed maximum message size

I am using SMTPclient to send mail with attachment. When the attachment is more than 2mb, I am getting the …

c# asp.net sharepoint smtpclient email-attachments
What caused the Socket Exception while sending email from Console application?

I'm trying to write a basic console app that will send an email. The problem is that I keep getting …

c# email smtpclient