CakeMailSettings Class

Summary

Class that lets you override default API settings.
Namespace
Cake.CakeMail.Email
Base Types
  • object
graph BT Type-->Base0["object"] Type["CakeMailSettings"] class Type type-node

Syntax

[CakeAliasCategory("CakeMail")]
public sealed class CakeMailSettings

Attributes

Type Description
CakeAliasCategory

Properties

Name Value Summary
ApiKey string
Gets or sets the ApiKey used for authentication.
Password string
Gets or sets the password used for authentication.
ThrowOnFail bool?
Gets or sets the Optional flag for if should throw exception on failure.
UserName string
Gets or sets the username used for authentication.