-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c4c423
commit 749a723
Showing
1 changed file
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|