mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-18 22:57:01 -04:00
17 lines
495 B
Markdown
17 lines
495 B
Markdown
This directory contains various scripts for the SMTP service.
|
|
|
|
In order to use the scripts you will need to give execute permissions to the scripts. You can do this by running the following command in the terminal:
|
|
|
|
```bash
|
|
$ chmod +x sendEmailCLI.sh
|
|
```
|
|
|
|
Then you can run the script by running the following command in the terminal:
|
|
|
|
```bash
|
|
$ ./sendEmailCLI.sh
|
|
```
|
|
|
|
## Scripts
|
|
- `sendEmailCLI.sh`: A script to send an email from the command line to the local SMTP server for testing purposes.
|