Emails
Kirby has a built-in email engine, which can be used to send notifications to your users, replies to filled in contact forms and more.
Simple
With custom name
With multiple recipients:
Plain Text
HTML & Plain Text
Personalized emails to multiple users
Sending Email with attachments
Check if email is sent successfully
Setting plain text and html body
Email presets
Transport configuration
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.
With authentication
Access PHPMailer instance
You can get access to the underlying PHPMailer instance via the beforeSend
callback:
The beforeSend
callback can also be added as preset.