Show / Hide Table of Contents
Edit on GitHub

Configure email sending - Lacuna PSC

To enable email sending, fill the section Email of the configuration file:

  • Enabled: set to True
  • ServerHost: hostname of the SMTP server
  • EnableSsl: by default, the SMTP conversation is performed over SSL. To disable SSL, set this setting to false
  • ServerPort: by default, the SMTP conversation is performed over port 587. Set this setting to use a different port
  • Username and Password: if the SMTP server requires authentication, set these settings
  • SenderAddress: email address to be used as sender (from field)
  • SenderName: name to be used as the sender name (optional)

Example (.ini or .conf file):

[Email]
Enabled=True
ServerHost=smtp.patorum.com
Username=SOMEUSER
Password=SOMEPASS
SenderAddress=no-reply@patorum.com
SenderName=Patorum Inc

Example (environment variables):

Email__Enabled=True
Email__ServerHost=smtp.patorum.com
Email__Username=SOMEUSER
Email__Password=SOMEPASS
Email__SenderAddress=no-reply@patorum.com
Email__SenderName=Patorum Inc

See also

  • Lacuna PSC on-premises
Back to top Copyright © 2015-2020 Lacuna Software