Class WMEmail
Implements email related operations.
Inherited Members
Namespace: Quantellia.WMServer.Messaging
Assembly: WMServer.dll
Syntax
public class WMEmail
Methods
Send(WMPrincipal, WMEmailArgs, AuthDbContext)
Send an email according to the supplied WMEmailArgs, which includes the recipient, email values, and the option to supply a custom sender and SMTP server.
Declaration
public static Task Send(WMPrincipal principal, WMEmailArgs args, AuthDbContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| WMPrincipal | principal | |
| WMEmailArgs | args | |
| AuthDbContext | context |
Returns
| Type | Description |
|---|---|
| Task |