Skip to content

Releases: dawidd6/action-send-mail

v7

25 Dec 10:02
6e71c85

Choose a tag to compare

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

14 Jun 21:13
v6
6d98ae3

Choose a tag to compare

What's Changed

Full Changelog: v5...v6

v5

24 Apr 12:20
7ac0fb1

Choose a tag to compare

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

20 Nov 06:46
6118791

Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v4

v3.12.0

23 Mar 18:37
2cea961

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.11.0...v3.12.0

v3.11.0

30 Jan 18:43
4226df7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3...v3.11.0

v3.10.0: Enable logging and debug of nodemailer (#190)

05 Jan 17:44
dc13c73

Choose a tag to compare

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)

27 Sep 09:10
4847681

Choose a tag to compare

* Added made to optional (incase cc or bcc is provided)

* updated action.yml

v3.8.0: Support reading the subject from a file. (#173)

08 Aug 12:27
3c0bbc5

Choose a tag to compare

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.

v3.7.2: Clarify that Markdown only works for html_body (#151)

25 Apr 07:12
fa73d6a

Choose a tag to compare