Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
/ SmtpValidator Public archive

(depricated) Validate smtp credentials before sending email on c#

Notifications You must be signed in to change notification settings

B2BFamily/SmtpValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SmtpValidator

Validate smtp credentials before sending email on c#

For validation email and password invoke:

var login = "[email protected]";
var password = "testtesttest";
var smtpServer = "smtp.mail.ru";
var smtpPort = 465;
var enableSsl = true;
var isValid = SmtpHelper.ValidateCredentials(login, password, smtpServer, smtpPort, enableSsl);

This lib used in https://b2bfamily.com for validation user credentials.

About

(depricated) Validate smtp credentials before sending email on c#

Resources

Stars

Watchers

Forks

Languages