Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
/ Cake.CakeMail Public archive

Cake Addin that exends Cake with ability to utilize CakeMail

Notifications You must be signed in to change notification settings

cake-contrib/Cake.CakeMail

Repository files navigation

Cake.CakeMail

License

Cake.CakeMail is an Addin for Cake which allows sending of email via CakeMail.

Usage

First, include a reference to this addin in your script like this (of course, replace x.y.z with the latest version available on NuGet):

#addin nuget:?package=Cake.CakeMail&version=x.y.z&loaddependencies=true

Second, we highly recommend that you add the following 'using' statement in your script. Technically, this is not necessary, but it simplifies dealing with attachements:

using Cake.Email.Common;

Information

Stable Pre-release
GitHub Release - GitHub release
Package NuGet MyGet

Build Status

Develop Master
Build status Build status

Code Coverage

Coverage Status

Quick Links

Chat Room

Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.