-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
15 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# cy-smtp | ||
|
||
This is a small binary to test the connection to a SMTP server. | ||
If all works well, running `cy-smtp` will send to the specified recipient this test email: | ||
|
||
``` | ||
Hello from cy-smtp! | ||
This is a test message. | ||
``` | ||
|
||
You can pass all the needed parameters on the command line, in this case check the help of the command, `cy-smtp --help`. | ||
Or the `config.yaml` file to configure the behavior, the parameters in the YAML file are mostly compatible with the ones used by Cycloid. | ||
There are two addition: `email-tls-skip-verify` and `email-addr-to`. If you are using the Cycloid config file these two parameters must be passed on the cmd line or added int the config file. | ||
|
||
|