Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IP or DNS address of the SMTP server to be used for sending out e-mails.

(default: localhost)

SMTP server port

TCP port of the SMTP server, which the application should when sending out e-mails.

(default: 25)

Username for SMTP authentication

Username used for authenticating to the SMTP server. If the SMTP server does not require authentication, leave the field empty.

(default: empty)

Password for SMTP authentication

Password used for authenticating to the SMTP server. If the SMTP server does not require authentication, leave the field empty.

(default: empty)

Transport security

The way of securing the communication with the SMTP serveru. One of the following must be selected:

  • none - communication will not be encrypted

  • SSL - an SSL secured connection is established first and all communication is done through it

  • STARTTLS - the communication begins unencrypted, but before sending the e-mail the encryption is started using the starttls command

(default: none)

Ignore certificate errors

If enabled and SSL/STARTTLS is used, see above, validity of SMTP server’s certificate will not be checked. If disabled and the SMTP server presents invalid or otherwise incorrect certificate, the sending of e-mails from the application will not work and emails will be stuck in queue.

(default: disabled)

Notification sender address

E-mail address, which will be used as the sender of all messages.

(default: sofie@sofie.cloud)

Subject prefix

The prefix, which will be prepended before the subject of all sent messages. The prefix will be enclosed in square brackets, so for example the prefix “SOFiE” will appear as “[SOFiE]“ in the subject of the messages.

...