Set options for Kirby's built-in email class
Email transport
If security
is set to true
, Kirby automatically converts it to 'tls'
or 'ssl'
depending on the configured port. If no port is given and secure transport is enabled, the port is set to 587 (the common port for SMTP over TLS).
You can also use 'tls'
or 'ssl'
explicitly via the security
key:
Email transport with authentication
Email presets
Read the guide on how to use email presets.