Commit Graph

44 Commits

Author SHA1 Message Date
6d98ae34d7 v6 2025-06-14 23:10:45 +02:00
a855de38fe support proxy configuration 2025-06-14 23:10:25 +02:00
7d23b91650 Update README.md 2025-04-24 14:20:53 +02:00
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
c624d7739b README: v4
[ci skip]
2024-11-20 07:48:05 +01:00
d6910da162 README: GitHub
[ci skip]
2024-01-06 13:49:07 +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
fa73d6accd Clarify that Markdown only works for html_body (#151)
[ci skip]
2023-01-26 09:07:49 +01:00
JJ
7b54875a3c Update README.md
Remove inconsistent colon in comment for mail server username.
2023-01-05 10:39:58 +00: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
9020e79ee7 Document Gmail App password, since Less Secure Access is going away (#98) 2022-03-18 22:58:04 +01: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
fd76768b61 Add less secure apps link (#77)
[ci skip]
2021-09-22 19:01:10 +02:00
ed3b30ffe7 README: mention globbing 2021-07-13 18:23:48 +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
c88d504a7c README: update
[skip ci]
2021-04-25 16:45:57 +02:00
16ca24fcf8 README: missing dot
[skip ci]
2021-04-25 16:43:10 +02:00
b5690f2fd6 README: hide link
[skip ci]
2021-04-25 16:42:37 +02:00
a305c08e85 README: name 2021-04-25 16:30:16 +02:00
c938b3cb85 support multipart email (#48)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-25 16:11:54 +02:00
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
3ce6fdc63e Add replyTo field support (#41)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2021-04-07 19:34:58 +02:00
5b924828c0 README: mention ignore_cert 2021-04-02 00:02:58 +02:00
a5a673e774 README: use example domain
Closes: #31
2021-02-22 22:16:12 +01: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
b75f3336d9 README: colon 2020-04-07 10:36:16 +02: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
1733012f4d Add example in doc 2020-04-07 09:55:36 +03:00
67e2095a53 README: point to a tag instead of master branch 2020-03-29 23:16:00 +02:00
56a64662b4 README: optional address in from input 2020-03-25 16:30:22 +01:00
4f26c8c5d7 README: mention default value of content_type 2020-03-24 14:04:21 +01:00
47fc78c33b README: restore content_type and delete html 2020-03-24 13:32:43 +01:00
4cc4b25488 README: content_type -> html 2020-03-05 23:26:35 +01:00
b4d21e7654 README: mention content_type 2019-12-17 23:49:39 +01:00
2f26726c4f require file:// prefix in body if loading a file 2019-12-08 11:23:04 +01:00
ae69498bf4 README: mention latest change 2019-12-06 10:30:05 +01:00
cca8b03288 init 2019-11-18 13:23:22 +01:00
5e251a5fdf Initial commit 2019-11-18 13:05:04 +01:00