Skip to content

Releases: dawidd6/action-send-mail

v3.12.0

23 Mar 18:37
2cea961
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

v3.7.1

14 Oct 10:39
6063705
Compare
Choose a tag to compare
action: run on node16

v3.7.0: build(deps): bump nodemailer from 6.6.2 to 6.7.8 (#126)

27 Sep 16:05
64262ee
Compare
Choose a tag to compare
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.6.2 to 6.7.8.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/commits/v6.7.8)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.6.1

24 Mar 18:32
6d23605
Compare
Choose a tag to compare
main: set filename of attachments

v3.6.0

17 Oct 07:49
ba46013
Compare
Choose a tag to compare
Add ability to set In-Reply-To tag (#81)

* Add ability to set In-Reply-To tag

This is useful to reply to a specific email, e.g. to a patch sent by
email on a mailing list.

Please note that both the In-Reply-To and the References tags are
filled-in. In theory, only the In-Reply-To tag should be enough but they
are both linked to the same idea and in theory most emails readers
should support a Message-ID given in In-Reply-To tag. So just in case,
we fill both to imitate many email clients.

Signed-off-by: Matthieu Baerts <[email protected]>

* Update test.yml

Co-authored-by: Dawid Dziurla <[email protected]>