Top "Smtpclient" questions

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

Outlook SMTPClient server error 5.3.4 5.2.0

I have an MVC .NET web application that has been running stable for the most part of a year now. …

c# outlook smtp smtpclient
The remote name could not be resolved when sending mail using SMTP with Host as IP address

MailMessage message = new MailMessage(); message.Subject = "test"; message.Body = "test"; message.To.Add("[email protected]"); message.From = new MailAddress("…

c# .net windows smtpclient
Confused with the SmtpClient.UseDefaultCredentials Property

In my MVC4 application, I'm using the SmtpClient to send out email via Gmail's smtp.gmail.com SMTP server. I've …

asp.net-mvc smtpclient
Cannot send email in ASP.NET through Godaddy servers

I have an ASP.NET application hosted on Godaddy that I want to send email from. When it runs, I …

asp.net silverlight shared-hosting smtpclient
Getting a sent MailMessage into the "Sent Folder"

I'm sending MailMessages with an SmtpClient (being delivered successfully) using an Exchange Server but would like my sent emails to …

c# smtpclient exchange-server mailmessage
SmtpClient.Send attachment maximum size

I am trying to send attachment mails in asp.net pages using SmtpClient.Send() method. It is working fine with 2…

c# asp.net smtpclient
SmtpException: The client or server is only configured for e-mail addresses with ASCII local-parts

The SmtpClient.Send() method is throwing this exception when I try to send an email to an address containing an …

c# .net smtp smtpclient
Using SmtpClient to send an email from Gmail

I'm trying to connect to my Gmail account through SmtpClient but it seems to not work as should. I specify …

c# smtpclient
Send email using Outlook.com SMTP

I am trying to send an automated email using Outlook.com smtp support. However I am get the following exception: …

c# email smtpclient smtp-auth outlook.com