Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

On the E-mail settings screen it is possible to set the parameters affecting the sending of e-mails. The following parameters are available:

SMTP server address

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.

(default: SOFiE)

Primary language

The primary language in which all e-mails are sent. If a registered user sets his preferred language in his profile, then that language will be used for e-mails addressed to him instead.

(default: en)

Secondary language

The optional secondary language in which all e-mails are sent. When set, the e-mails are bilingual, where the secondary language follows after the primary. If a registered user sets his preferred language in his profile, then only that language will be used for e-mails addressed to him instead.

(default: unset)

Time zone

The time zone, which will be used for time in sent messages. The value must conform to the time zone names specified in “IANA Time Zone Database”. The list of available values can be found here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. Depending on the operating system, not all values may be supported.

(default: Europe/Prague)

E-mail test

Recipient of test message

After filling up the recipient of the test message and clicking the Send test message button bellow, a test e-mail message is sent using the saved settings above.

If everything works, the test e-mail message should arrive in recipient’s mailbox.

  • No labels