Top "Smtpclient" questions

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

C# SMTP email sending code fails for Yahoo Mail but works fine for other servers, can anyone help?

I am using this code to send an SMTP email via the yahoo SMTP server, it is for a personal …

c# smtp yahoo smtpclient mailmessage
MVC Contact Form with Email

I wonder if someone can please help with a MVC Contact Form which send an Email on submission? I think …

asp.net forms asp.net-mvc-5 smtpclient
The SMTP host was not specified

i want to send mail to user when registered but error (The SMTP host was not specified) how to i …

asp.net email smtp smtpclient
Using SmtpClient, and getting "the target machine actively refused it"

I am trying to use System.Net.Mail for an application to send an email, but get this exception: System.…

c# .net smtpclient
Unable to send emails to external domain using SMTP

I am not able to send emails to external domain addresses like '[email protected]' using the code below. …

asp.net email smtpclient
Sending mail through http proxy

I'm trying to send emails from a system that connects to internet through a http proxy which is set in …

c# proxy smtpclient http-proxy
Error in Sending Email via a SMTP Client

This may be very trivial for you but i just couldn't figure out why am i getting this error message …

c# .net web smtp smtpclient
android.os.NetworkOnMainThreadException sending an email from Android

I have written an application which sends email from an Android device but I get the following exception when I …

android android-asynctask smtpclient networkonmainthread
Asp.Net Identity 2.0 - How to Implement IIdentityMessageService to do Async SMTP using SmtpClient?

I've implemented a simple EmailService for Asp.Net Identity 2.0 (via the IIdentityMessageService interface. public class EmailService : IIdentityMessageService { public Task SendAsync(…

c# asp.net-identity smtpclient
Why SmtpClient.UseDefaultCredentials is ignored?

I'm trying to send e-mails through a domain SMTP server which uses Integrated Windows Authentication. When explicitly specifying the credentials, …

c# smtp credentials smtpclient