Commit Graph

156 Commits

Author SHA1 Message Date
c550a7182d workflows: test sending mails with attachments v2.2.0 2020-04-07 10:38:01 +02:00
b75f3336d9 README: colon 2020-04-07 10:36:16 +02:00
0e3a58617a Merge pull request #6 from sturman/attachment
Add option to add attachments to mail message
2020-04-07 10:33:41 +02: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
1733012f4d Add example in doc 2020-04-07 09:55:36 +03:00
a5cba0b6c1 Do not add attachment in case it's not specified 2020-04-07 09:50:06 +03:00
d4b4fe8144 Add possibility to attach a file to mail 2020-04-07 09:46:19 +03:00
67e2095a53 README: point to a tag instead of master branch 2020-03-29 23:16:00 +02:00
c6d4807c13 action: mail -> email v2.1.0 2020-03-27 10:24:26 +01:00
4586381ad5 action: email -> mail 2020-03-27 10:20:42 +01:00
b961a9185a workflows: without address in from input 2020-03-27 10:06:02 +01:00
ac180b7bd9 action: more descriptive descriptions 2020-03-27 09:52:00 +01:00
56a64662b4 README: optional address in from input 2020-03-25 16:30:22 +01:00
296e585baf workflows: use secret FROM 2020-03-25 16:25:22 +01:00
1cf295c810 workflows: specify email address in from input 2020-03-25 16:20:29 +01:00
f00590fc1a main: allow two variants of from 2020-03-25 16:18:35 +01:00
b27f0d4766 main: pass from input as is 2020-03-25 16:06:11 +01:00
a4a1b1f1d5 workflows: checkout code 2020-03-25 15:58:47 +01:00
ce64ae4df1 workflows: send only to pusher 2020-03-25 15:50:42 +01:00
5b4b61f0c4 workflows: max 1 parallel job can run 2020-03-24 14:09:19 +01:00
5cefbb9160 Merge pull request #4 from dawidd6/javascript
Rewrite the Action in Javascript
v2.0.0
2020-03-24 14:06:25 +01:00
342f3d0405 workflows: only text/html and text/plain 2020-03-24 14:04:42 +01:00
4f26c8c5d7 README: mention default value of content_type 2020-03-24 14:04:21 +01:00
7131984219 action: mention supporting only text/plain and text/html 2020-03-24 14:03:58 +01:00
f2e1b7650c main: don't set content-type header 2020-03-24 14:03:35 +01:00
09f36a9696 main: set content-type header in transport 2020-03-24 13:59:57 +01:00
7f4c9d2837 workflows: test different content types 2020-03-24 13:46:09 +01:00
fafdc9738d update dependencies 2020-03-24 13:34:13 +01:00
7dcd3223b9 main: restore content_type and delete html 2020-03-24 13:32:53 +01:00
47fc78c33b README: restore content_type and delete html 2020-03-24 13:32:43 +01:00
5d128efdd4 action: restore content_type and delete html 2020-03-24 13:32:34 +01:00
8b0be78c90 main: use console.log
core.info does not print objects
2020-03-05 23:26:38 +01:00
cc89fb17b6 main: info toString 2020-03-05 23:26:37 +01:00
7b4177494b main: use const 2020-03-05 23:26:37 +01:00
8465ba4d6e main: use core.info instead of console.log 2020-03-05 23:26:37 +01:00
8c2729a391 main: specify enconding rather than converting buffer to string 2020-03-05 23:26:36 +01:00
ae7db41acb main: try catch block 2020-03-05 23:26:36 +01:00
fced312130 remove main.rb 2020-03-05 23:26:35 +01:00
4cc4b25488 README: content_type -> html 2020-03-05 23:26:35 +01:00
3e56585910 main: fix html input 2020-03-05 23:26:35 +01:00
fa231fb236 initial javascript rewrite 2020-03-05 23:26:34 +01:00
f16ced8d0e LICENSE: correct holder v1 2020-03-05 23:26:16 +01:00
b4d21e7654 README: mention content_type v1.3.0 2019-12-17 23:49:39 +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
df3751004c workflow: send mail to pusher too 2019-12-17 23:44:47 +01:00
2f26726c4f require file:// prefix in body if loading a file v1.2.0 2019-12-08 11:23:04 +01:00
ae69498bf4 README: mention latest change v1.1.0 2019-12-06 10:30:05 +01:00
f50066a2fe read body from file if specified so 2019-12-06 10:26:00 +01:00