Commit Graph

29 Commits

Author SHA1 Message Date
dependabot[bot]
e3f3ba4f86
build(deps): bump actions/checkout from 3 to 4 (#179)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:47:40 +02:00
Benjy Weinberger
3c0bbc53ef
Support reading the subject from a file. (#173)
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.
2023-08-08 14:24:30 +02:00
Dawid Dziurla
6d8218d1d2
workflows: update checkout action 2023-04-25 09:17:22 +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
8d8aef4e43
workflows: ignore README 2021-07-13 18:24:00 +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
dependabot-preview[bot]
d892e3932a
Upgrade to GitHub-native Dependabot 2021-04-29 15:35:41 +00:00
Dawid Dziurla
21a68c2b95
workflows: fix 2021-04-25 16:36:40 +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
dougpagani
2095e6ffe3
Add markdown format support (#25)
Co-authored-by: Dawid Dziurla <dawidd0811@gmail.com>
2020-11-30 18:51:34 +01:00
Dawid Dziurla
e8b7af2f44
workflows: fix 2020-07-20 07:31:58 +02:00
Dawid Dziurla
55c338812f
workflows: test text/markdown 2020-07-20 07:29:26 +02:00
Dawid Dziurla
2f8c1bc14a
workflows: trigger only on pushes to master 2020-04-07 10:42:30 +02:00
Dawid Dziurla
c550a7182d
workflows: test sending mails with attachments 2020-04-07 10:38:01 +02:00
Dawid Dziurla
b961a9185a
workflows: without address in from input 2020-03-27 10:06:02 +01:00
Dawid Dziurla
296e585baf
workflows: use secret FROM 2020-03-25 16:25:22 +01:00
Dawid Dziurla
1cf295c810
workflows: specify email address in from input 2020-03-25 16:20:29 +01:00
Dawid Dziurla
a4a1b1f1d5
workflows: checkout code 2020-03-25 15:58:47 +01:00
Dawid Dziurla
ce64ae4df1
workflows: send only to pusher 2020-03-25 15:50:42 +01:00
Dawid Dziurla
5b4b61f0c4
workflows: max 1 parallel job can run 2020-03-24 14:09:19 +01:00
Dawid Dziurla
342f3d0405
workflows: only text/html and text/plain 2020-03-24 14:04:42 +01:00
Dawid Dziurla
7f4c9d2837
workflows: test different content types 2020-03-24 13:46:09 +01:00
Dawid Dziurla
fa231fb236
initial javascript rewrite 2020-03-05 23:26:34 +01:00
Dawid Dziurla
df3751004c
workflow: send mail to pusher too 2019-12-17 23:44:47 +01:00
Dawid Dziurla
2f26726c4f
require file:// prefix in body if loading a file 2019-12-08 11:23:04 +01:00
Dawid Dziurla
f50066a2fe
read body from file if specified so 2019-12-06 10:26:00 +01:00
Dawid Dziurla
2b63aaa674
workflow: delete unneeded matrix 2019-11-18 13:25:32 +01:00
Dawid Dziurla
cca8b03288
init 2019-11-18 13:23:22 +01:00