Commit Graph

140 Commits

Author SHA1 Message Date
dependabot[bot]
657e138a0a
build(deps): bump nodemailer from 6.8.0 to 6.9.1 (#153)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.8.0 to 6.9.1.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.8.0...v6.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 09:15:30 +02:00
dependabot[bot]
874d3db0a9
build(deps): bump @actions/glob from 0.2.1 to 0.4.0 (#152)
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.2.1 to 0.4.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

---
updated-dependencies:
- dependency-name: "@actions/glob"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-25 09:14:28 +02:00
Charlie
fa73d6accd
Clarify that Markdown only works for html_body (#151)
[ci skip]
2023-01-26 09:07:49 +01:00
Dawid Dziurla
3fceccf713
Merge pull request #148 from JJ-connect/master
Update README.md
2023-01-05 13:20:56 +01:00
JJ
7b54875a3c
Update README.md
Remove inconsistent colon in comment for mail server username.
2023-01-05 10:39:58 +00:00
Dawid Dziurla
f27e7f6b8d
node_modules: upgrade 2022-10-21 16:52:45 +02:00
Dawid Dziurla
6063705cef
action: run on node16 2022-10-14 12:36:54 +02:00
dependabot[bot]
64262eed9b
build(deps): bump nodemailer from 6.6.2 to 6.7.8 (#126)
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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-09 18:56:49 +02:00
dependabot[bot]
118894614c
build(deps): bump ansi-regex from 4.1.0 to 4.1.1 (#132)
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-09 18:56:34 +02:00
Alon Bar-Lev
07d4810b3b
Add connection_url input parameter (#131)
Specify connection via URL (replaces server_address, server_port,
secure, username and password)

Format:

 * smtp://user:password@server:port
 * smtp+starttls://user:password@server:port

Closes: #127
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2022-09-09 18:53:48 +02:00
Dawid Dziurla
924d1fedb2
Revert "Add connection_url input parameter (#128)" (#130)
This reverts commit 602f9d1725.
2022-09-01 23:36:08 +02:00
Alon Bar-Lev
602f9d1725
Add connection_url input parameter (#128)
Specify connection via URL (replaces server_address, server_port,
secure, username and password)

Format:

 * smtp://user:password@server:port
 * smtp+starttls://user:password@server:port

Closes: #127
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2022-09-01 23:14:42 +02:00
Dawid Dziurla
6d23605227
main: set filename of attachments 2022-03-24 19:30:26 +01:00
dependabot[bot]
f5b1987fb0
build(deps): bump @actions/glob from 0.2.0 to 0.2.1 (#97)
Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)

---
updated-dependencies:
- dependency-name: "@actions/glob"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-18 22:59:34 +01:00
melissachang
9020e79ee7
Document Gmail App password, since Less Secure Access is going away (#98) 2022-03-18 22:58:04 +01:00
Matthieu Baerts
ba46013833
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 <matthieu.baerts@tessares.net>

* Update test.yml

Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-10-17 09:45:58 +02:00
Jan Heinrich Reimer
fd76768b61
Add less secure apps link (#77)
[ci skip]
2021-09-22 19:01:10 +02:00
Daniel Homola
4ef78fc181
Adding CID tags for attachments (#75) 2021-08-28 21:54:12 +02:00
Dawid Dziurla
ceb614a2c5
node_modules: update 2021-07-14 08:08:23 +02:00
Dawid Dziurla
a1ab281c6f
main: that's it 2021-07-13 18:38:35 +02:00
Dawid Dziurla
47d3268091
main: debug 2021-07-13 18:35:57 +02:00
Dawid Dziurla
68e6c95e79
main: fix attachments 2021-07-13 18:30:04 +02:00
Dawid Dziurla
8d8aef4e43
workflows: ignore README 2021-07-13 18:24:00 +02:00
Dawid Dziurla
ed3b30ffe7
README: mention globbing 2021-07-13 18:23:48 +02:00
Simon R
b9bedb34a4
Resolve attachments via glob 2021-07-13 18:20:02 +02:00
cbbm142
44663f34dd
Added ability to adjust priority to the mail message (#66) (#67)
* Added ability to adjust priority to the mail message (#66)

Co-authored-by: John Pastore <cbbm142@github.com>
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-07-02 18:33:56 +02:00
Javier de Pedro López
db36373cbe
🤘 Implementation for #59 to support username and password as optional (#60)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-06-14 20:04:27 +02:00
a08381
98b61f505d
Make custom secure ports available (#51) 2021-05-03 18:02:47 +02:00
Dawid Dziurla
938c7ffae5
Merge pull request #50 from dawidd6/dependabot-add-v2-config-file
Upgrade to GitHub-native Dependabot
2021-04-29 23:45:28 +02:00
dependabot-preview[bot]
d892e3932a
Upgrade to GitHub-native Dependabot 2021-04-29 15:35:41 +00:00
Dawid Dziurla
c88d504a7c
README: update
[skip ci]
2021-04-25 16:45:57 +02:00
Dawid Dziurla
16ca24fcf8
README: missing dot
[skip ci]
2021-04-25 16:43:10 +02:00
Dawid Dziurla
b5690f2fd6
README: hide link
[skip ci]
2021-04-25 16:42:37 +02:00
Dawid Dziurla
21a68c2b95
workflows: fix 2021-04-25 16:36:40 +02:00
Dawid Dziurla
a305c08e85
README: name 2021-04-25 16:30:16 +02:00
Dawid Dziurla
f94f0e37fa
workflows: fix input
[skip ci]
2021-04-25 16:23:58 +02:00
Dawid Dziurla
75773ecb8c
workflows: adjust tests 2021-04-25 16:20:37 +02:00
Dawid Dziurla
63f6c7e5d2
main: don't convert markdown in plain body ever 2021-04-25 16:19:34 +02:00
Dawid Dziurla
b738850ab1
main: style fix 2021-04-25 16:14:13 +02:00
Jiacai Liu
c938b3cb85
support multipart email (#48)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-25 16:11:54 +02:00
Dawid Dziurla
32390e9a18
Merge pull request #46 from dawidd6/dependabot-npm_and_yarn-actions-core-1.2.7
build(deps): bump @actions/core from 1.2.6 to 1.2.7
2021-04-14 09:14:45 +02:00
dependabot-preview[bot]
b7c5d1ceb6
build(deps): bump @actions/core from 1.2.6 to 1.2.7
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.2.7.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-14 04:58:57 +00:00
Justin Gosses
df34b4ded5
Updates README.md to reflect changes suggested in issue #43 relating to changing gmail settings (#45)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-13 20:24:22 +02:00
Dominik Krzywiecki
3ce6fdc63e
Add replyTo field support (#41)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-07 19:34:58 +02:00
Dawid Dziurla
f1b626cfd4
main: fix 2021-04-02 09:11:00 +02:00
Dawid Dziurla
0037ae15ac
Merge pull request #39 from dawidd6/ignore-cert
main: ignore cert if desired
2021-04-02 00:04:33 +02:00
Dawid Dziurla
5b924828c0
README: mention ignore_cert 2021-04-02 00:02:58 +02:00
Dawid Dziurla
a2f920a18b
action: add ignore_cert input 2021-04-02 00:02:46 +02:00
Dawid Dziurla
3082f5221c
main: ignore cert if desired 2021-04-02 00:00:57 +02:00
Dawid Dziurla
9210f61cf4
node_modules: update 2021-03-23 21:57:43 +01:00