This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Email.
Summary
Gets a
EmailProvider instance that can be used for sending emails.
- Assembly
- Cake
.Email .dll - Namespace
- Cake
.Email - Containing Type
- EmailAliases
Syntax
public static EmailProvider Email(this ICakeContext context)
Attributes
| Type | Description |
|---|---|
| Cake |
|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| EmailProvider | A EmailProvider instance. |
