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.8 [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.