Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

mailkit send email c#

// gmail
smtp.Connect("smtp.gmail.com", 587, SecureSocketOptions.StartTls);

// hotmail
smtp.Connect("smtp.live.com", 587, SecureSocketOptions.StartTls);

// office 365
smtp.Connect("smtp.office365.com", 587, SecureSocketOptions.StartTls);

// aws ses (simple email service)
smtp.Connect("email-smtp.[AWS REGION].amazonaws.com", 587, SecureSocketOptions.StartTls)
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# insert from with bind array 
Csharp :: c# aabb box rotate 
Csharp :: how to declare variables in c# 
Csharp :: pass viewbag using ienumerable 
Csharp :: get 24 hour time in c# 
Csharp :: unity mouse click 
Csharp :: crystal report error webconfig reference 
Csharp :: C# How to implement IEnumerable<T interface 
Csharp :: how to get src value from img tag in c# 
Csharp :: windows forms webbrowser navigate 
Csharp :: finding holydays asp.net 
Csharp :: c# load button image from resource 
Csharp :: how to detect a null bool C# 
Csharp :: 1/1/1/1/1 
Csharp :: c# datatable column alias 
Csharp :: Custom Circular Picture Box C# win Form app 
Csharp :: linked list follow what in c# 
Csharp :: c# printwindow 
Csharp :: c# catch multiple exceptions at once 
Csharp :: set teh screen rect of camera unity 
Csharp :: how to move an object with addforce 
Csharp :: when creating a new boolean column in an existing table how to set the default value as true in c# models code first 
Csharp :: remote webdriver dotnet 
Csharp :: asp.net mvc hide div from controller 
Csharp :: VideoPlayer.isPlaying 
Csharp :: What is the best way to lock cache in asp.net? 
Csharp :: unity sprite blurry when far 
Csharp :: 110771 
Csharp :: design pattern for so many conditions c# 
Csharp :: touch screen to world point 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =