Files
aliasvault/apps/server/Services/AliasVault.SmtpService/Scripts

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.