Commit Graph

32 Commits

Author SHA1 Message Date
abb4c87fd6 Add envelope-from and envelope-to options (#224)
* Add envelope-from and envelope-to options

* update readme
2025-04-08 20:36:45 +02:00
4226df7daa Update to Node20 (#193) 2024-01-27 00:23:23 +01:00
dc13c734ff 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
2024-01-05 18:40:18 +01:00
48476814b0 Made "to" optional (incase cc or bcc is provided) (#183)
* Added made to optional (incase cc or bcc is provided)

* updated action.yml
2023-09-27 08:49:06 +02:00
6063705cef action: run on node16 2022-10-14 12:36:54 +02:00
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
924d1fedb2 Revert "Add connection_url input parameter (#128)" (#130)
This reverts commit 602f9d1725.
2022-09-01 23:36:08 +02:00
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
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
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
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
98b61f505d Make custom secure ports available (#51) 2021-05-03 18:02:47 +02:00
c938b3cb85 support multipart email (#48)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-25 16:11:54 +02:00
3ce6fdc63e Add replyTo field support (#41)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-07 19:34:58 +02:00
a2f920a18b action: add ignore_cert input 2021-04-02 00:02:46 +02:00
ee4d8deb11 Add cc & bcc 2020-12-16 18:55:38 +01:00
2095e6ffe3 Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2020-11-30 18:51:34 +01:00
3eb5d684cd Apply field description suggested by author 2020-04-07 11:32:14 +03:00
02fea7e898 Refactor parse attachments. Rename field 2020-04-07 11:30:45 +03:00
c2ca628a67 Attach multiple files to mail message 2020-04-07 11:14:31 +03:00
d4b4fe8144 Add possibility to attach a file to mail 2020-04-07 09:46:19 +03:00
c6d4807c13 action: mail -> email 2020-03-27 10:24:26 +01:00
4586381ad5 action: email -> mail 2020-03-27 10:20:42 +01:00
ac180b7bd9 action: more descriptive descriptions 2020-03-27 09:52:00 +01:00
7131984219 action: mention supporting only text/plain and text/html 2020-03-24 14:03:58 +01:00
5d128efdd4 action: restore content_type and delete html 2020-03-24 13:32:34 +01:00
fa231fb236 initial javascript rewrite 2020-03-05 23:26:34 +01:00
8fee2012a2 new content_type input
allow to set Content-Type HTTP header to a desired value
2019-12-17 23:45:26 +01:00
f50066a2fe read body from file if specified so 2019-12-06 10:26:00 +01:00
560e976755 action: change name a bit 2019-11-19 22:22:36 +01:00
cca8b03288 init 2019-11-18 13:23:22 +01:00
5e251a5fdf Initial commit 2019-11-18 13:05:04 +01:00