Top "Smtpclient" questions

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

postfix: check_client_access not working

I want to block specific IP's, that try to login to my postfix server by smtpd. Therefore in the /etc/…

smtp postfix-mta smtpclient smtp-auth
Dispose SmtpClient in SendComplete?

When I use SmtpClient's SendAsync to send email, how do I dispose the smtpclient instance correctly? Let's say: MailMessage mail = …

c# dispose smtpclient sendasync
Images breaking when sending mail using SmtpClient

I am sending a mail using C# using the SmtpClient class. I am doing the following things before sending the …

c# html email smtpclient