Releases: dawidd6/action-send-mail
Releases · dawidd6/action-send-mail
v7
What's Changed
- build(deps): bump nodemailer from 7.0.3 to 7.0.4 by @dependabot[bot] in #230
- build(deps): bump nodemailer from 7.0.4 to 7.0.5 by @dependabot[bot] in #232
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #233
- build(deps): bump nodemailer from 7.0.5 to 7.0.6 by @dependabot[bot] in #235
- build(deps): bump nodemailer from 7.0.6 to 7.0.7 by @dependabot[bot] in #236
- build(deps): bump nodemailer from 7.0.7 to 7.0.9 by @dependabot[bot] in #237
- build(deps): bump nodemailer from 7.0.9 to 7.0.10 by @dependabot[bot] in #239
- build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #241
- build(deps): bump @actions/core from 1.11.1 to 2.0.0 by @dependabot[bot] in #243
- build(deps): bump nodemailer from 7.0.10 to 7.0.11 by @dependabot[bot] in #242
- build(deps): bump @actions/core from 2.0.0 to 2.0.1 by @dependabot[bot] in #244
- build(deps): bump nodemailer from 7.0.11 to 7.0.12 by @dependabot[bot] in #245
- node_modules: update by @dawidd6 in #246
Full Changelog: v6...v7
v6
What's Changed
- CI updates + devcontainer by @dawidd6 in #229
- build(deps): bump nodemailer from 6.10.1 to 7.0.3 by @dependabot in #228
- build(deps): bump @actions/glob from 0.4.0 to 0.5.0 by @dependabot in #210
Full Changelog: v5...v6
v5
What's Changed
- build(deps): bump nodemailer from 6.9.16 to 6.10.0 by @dependabot in #221
- Add envelope-from and envelope-to options by @Shane32 in #224
- build(deps): bump nodemailer from 6.10.0 to 6.10.1 by @dependabot in #225
New Contributors
Full Changelog: v4...v5
v4
What's Changed
- build(deps): bump nodemailer from 6.9.13 to 6.9.14 by @dependabot in #206
- build(deps): bump nodemailer from 6.9.14 to 6.9.15 by @dependabot in #212
- build(deps): bump @actions/core from 1.10.1 to 1.11.0 by @dependabot in #216
- build(deps): bump @actions/core from 1.11.0 to 1.11.1 by @dependabot in #217
- build(deps): bump nodemailer from 6.9.15 to 6.9.16 by @dependabot in #218
- Enable the Showdown option to support tables by @phoeniixhawk in #220
Full Changelog: v3.12.0...v4
v3.12.0
What's Changed
- build(deps): bump nodemailer from 6.9.8 to 6.9.9 by @dependabot in #195
- Fix for issue #196 by @kroese in #197
- build(deps): bump nodemailer from 6.9.9 to 6.9.10 by @dependabot in #199
- build(deps): bump nodemailer from 6.9.10 to 6.9.12 by @dependabot in #202
- build(deps): bump nodemailer from 6.9.12 to 6.9.13 by @dependabot in #204
New Contributors
Full Changelog: v3.11.0...v3.12.0
v3.11.0
What's Changed
- build(deps): bump nodemailer from 6.9.1 to 6.9.8 by @dependabot in #191
- build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #181
- Update to Node20 by @phoeniixhawk in #193
New Contributors
- @phoeniixhawk made their first contribution in #193
Full Changelog: v3...v3.11.0
v3.10.0: Enable logging and debug of nodemailer (#190)
This should help A LOT to let people understand why things go wrong in this action when talking to the mailhost
v3.9.0: Made "to" optional (incase cc or bcc is provided) (#183)
* Added made to optional (incase cc or bcc is provided) * updated action.yml
v3.8.0: Support reading the subject from a file. (#173)
Allows dynamic subjects to be generated at action runtime (e.g., "Foobar version 1.2.3 is released", where 1.2.3 is not known at action config time). Leverages the existing file:// support for body, but renames getBody to getText, in keeping with this expanded role.