|
3 | 3 | An action that simply sends a mail to multiple recipients. |
4 | 4 |
|
5 | 5 | Some features: |
| 6 | + |
6 | 7 | - plain text body |
7 | 8 | - HTML body |
8 | 9 | - multipart body (plain text + HTML) |
9 | 10 | - Markdown to HTML converting (use`html_body`, not`body`) |
10 | 11 | - file attachments (supports globbing) |
11 | 12 |
|
12 | | - |
13 | 13 | ##Usage |
14 | 14 |
|
15 | 15 | ```yaml |
16 | 16 | -name:Send mail |
17 | 17 | uses:dawidd6/action-send-mail@v5 |
| 18 | +env: |
| 19 | +# Optional http proxy: |
| 20 | +HTTP_PROXY:http://proxy.example.test:3128 |
18 | 21 | with: |
19 | 22 | # Specify connection via URL (replaces server_address, server_port, secure, |
20 | 23 | # username and password) |
@@ -76,8 +79,7 @@ Some features: |
76 | 79 |
|
77 | 80 | Instead of using your normal Google password, use an App password. |
78 | 81 |
|
79 | | -1. [Enable 2-Step Verification.](https://support.google.com/accounts/answer/185839?hl=en&co=GENIE.Platform%3DAndroid). |
80 | | -This is needed to create an App password. |
| 82 | +1. [Enable 2-Step Verification](https://support.google.com/accounts/answer/185839?hl=en&co=GENIE.Platform%3DAndroid). This is needed to create an App password. |
81 | 83 | 2. [Create an App password](https://support.google.com/accounts/answer/185833?hl=en) for`Mail`. |
82 | 84 |
|
83 | 85 | ### Unauthenticated login (username/password fields) |
|