Script API MailServer - AnalyticsGate/AGR-OnPrem-Setups GitHub Wiki

host

Description

The IP address or hostname of the mail server.

Required: Yes

Example

host: mail.your-server.de

from

Description

The mail address from which the report is sent. This option is required for sending mail.

Required: Yes

Example

from: [email protected]

port

Description

The port of the mail server.

Default: 25

Required: Yes

Example

port: 587

username

Description

The username to authenticate with the mail server.

Example

username: myusername

password

Description

The password to authenticate with the mail server.

Example

password: mysecurepassword

useSsl

Description

If the authentication with the mail server is to take place via SSL, this option must be activated.

Default: false

Example

useSsl: true

useBase64Password

Description

If an encrypted password is to be used, this option must be enabled.

Default: false

Example

useBase64Password: true

sendDelay

Description

With this parameter a delayed sending of emails can be achieved. The specification is made in seconds.

Default: 0

Example

sendDelay: 10