Breadcrumbs

Settings: smtp

These settings relate to the sending of emails. SignoSign/Universal uses the Javamail API for this purpose.

The following settings are possible in settings.properties with the prefix ’smtp.’



smtp.host

Description

The hostname of the SMTP server that is to be used.

Possible values

Any string of characters constituting a hostname for a valid SMTP server.

Default value

-

This setting can be configured in the user settings. See User-defined settings.


smtp.user

Description

The username to be used for the SMTP server.

Possible values

Any string of characters.

Default value

-

This setting can be configured in the user settings. See User-defined settings.


smtp.password

Description

The password to be used for the SMTP server.

Possible values

Any string of characters.

Default value

-

This setting can be configured in the user settings. See User-defined settings.


smtp.userDisplayName

Description

The display name that is displayed in an email as the sender in place of the email address.

Possible values

Any string of characters.

Default value

-

This setting can be configured in the user settings. See User-defined settings.


smtp.auth

Description

Determines whether the Javamail API is authenticated on the basis of the AUTH command.

Possible values

true

The AUTH command is used.

false

The AUTH command is not used.

Default value

true

This setting can be configured in the user settings. See User-defined settings.


smtp.startTlsEnable

Description

Determines whether a TLS-secured connection is established before the login data are sent.

Possible values

true

A TLS-secured connection is established before the login data are sent.

false

A TLS-secured connection is not established before the login data are sent.

Default value

true


smtp.port

Description

The port that is used for SMTP.

Possible values

A integer value up to 65535.

Default value

-

This setting can be configured in the user settings. See User-defined settings.


smtp.sender

Description

An email address that is used as sender for all emails sent by signoSign/Universal.

Possible values

A valid email address.

Default value

-

To send an email with a different sender email address, an SPF entry is needed for the providing email server of the sender email address.

This setting can be configured in the user settings. See User-defined settings.