A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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