Skip to content

Commit

Permalink
Added multiple receivers to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Jan 17, 2024
1 parent 8c4c423 commit 749a723
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ You can download the latest JAR file here: https://github.com/fuinorg/sjsm/relea

## Command line arguments

| Argument | Value | Required | Example |
| -------- | ----- | -------- | ------- |
| -host | SMTPS server name | yes | "smtp.no-where-no-no.com" |
| -port | SMTPS port number (SSL/TLS) | yes | 465 |
| -user | Your mailbox user | yes | "acc12345_from.not.exist" or "[email protected]" (depends on your mail provider) |
| -pw | Your mailbox password | yes | "xxxxxxx" |
| -from | Sender's email address | yes | "[email protected]" |
| -to | Receiver's email address | yes | "[email protected]" |
| -subject | Mail subject | yes | "My subject" |
| -message | Message body (TEXT or HTML) | yes | "<html><body><h1>This is a test mail</h1></body></html>" |
| -html | - | no | - |
| -charset | Mail encoding (defaults to "utf-8") | no | "utf-8" |
| Argument | Value | Required | Example |
| -------- |--------------------------------------------------------| -------- |--------------------------------------------------------------------------------------------------|
| -host | SMTPS server name | yes | "smtp.no-where-no-no.com" |
| -port | SMTPS port number (SSL/TLS) | yes | 465 |
| -user | Your mailbox user | yes | "acc12345_from.not.exist" or "[email protected]" (depends on your mail provider) |
| -pw | Your mailbox password | yes | "xxxxxxx" |
| -from | Sender's email address | yes | "[email protected]" |
| -to | Receiver's email address (multiple separated with ";") | yes | "[email protected]" or "[email protected];[email protected]" |
| -subject | Mail subject | yes | "My subject" |
| -message | Message body (TEXT or HTML) | yes | "<html><body><h1>This is a test mail</h1></body></html>" |
| -html | - | no | - |
| -charset | Mail encoding (defaults to "utf-8") | no | "utf-8" |
| -important | Send High Priority Email (X-Priority flag) | no | - |

## TEXT example

Expand Down

0 comments on commit 749a723

Please sign in to comment.