SaaS CMS has officially launched! Learn more now.

Interface ISmtpClient

Namespace: EPiServer.Notification.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface ISmtpClient

Methods

SendAsync(MimeMessage)

Declaration
Task SendAsync(MimeMessage message)
Parameters
Type Name Description
MimeKit.MimeMessage message
Returns
Type Description
System.Threading.Tasks.Task

Extension Methods