Show / Hide Table of Contents
Edit on GitHub

Amplia command: test-email

Name

test-email - Tests the email sending

Syntax

dotnet Lacuna.Amplia.Site.dll [settings] -- test-email <to-address>

Or, on Docker:

docker run -i lacunasoftware/amplia:4.11 [settings] -- test-email <to-address>

The settings arguments are additional settings to overwrite settings from configuration files and environment variables, for instance --Section1:Name1=value1 --Section2:Name2=value2.

Description

The test-email command tests the email configuration by attempting to send a test message to the given address.

See also

  • Amplia command-line tool
Back to top Copyright © 2015-2020 Lacuna Software