New Release - 0.7.0
Improvements
- #21 Support Cake 0.33.0
Note
First, include a reference to this addin in your script like this:
#addin nuget:?package=Cake.CakeMail&version=0.7.0&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;
Also, this addin is designed to take advantage of some of the new features released in CakeBuild version 0.33.0
therefore your tools\package.config
should look like this:
<packages>
<package id="Cake" version="0.33.0" />
</packages>
Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.
New Release - 0.6.0
First, include a reference to this addin in your script like this:
Read more...New Release - 0.5.0
First, include a reference to this addin in your script like this:
Read more...New Release - 0.4.0
First, include a reference to this addin in your script like this:
Read more...New Release - 0.3.0
Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.
Read more...