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 2 Current »

The mailer packages takes care of creating mails and sending them through one of the available transports. It uses SwiftMailer under the hood for all the communication stuff.

Configuration Options

Option

Possible Values

Description

from

Email Address

The sender of the email

bcc

Email Address(es)

One or more addresses the m ail is bcc’ed to

replyTo

Email Address

The address replies are sent to

smtp_host

Hostname

The host name of the SMTP server

smtp_port

Integer

The port number to be used

smtp_user

String

The username for authentication

smtp_pass

String

The password for authentication

smtp_ssl

true / false

If ssl shall be used

smtp_tls

true / false

If tls shall be used

smtp_encryption

tls / ssl

If TLS or SSL shall be used

  • No labels