mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-02-19 15:39:13 -05:00
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:
$ chmod +x sendEmailCLI.sh
Then you can run the script by running the following command in the terminal:
$ ./sendEmailCLI.sh
Scripts
sendEmailCLI.sh: A script to send an email from the command line to the local SMTP server for testing purposes.