EmailAliases Class

Summary

Contains aliases related to emails.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.Email

Namespace
Cake.Email
Base Types
  • object
graph BT Type-->Base0["object"] Type["EmailAliases"] class Type type-node

Syntax

[CakeAliasCategory("Email")]
public static class EmailAliases

Attributes

Type Description
CakeAliasCategory

Methods

Name Value Summary
Email(ICakeContext) EmailProvider
Gets a EmailProvider instance that can be used for sending emails.
static