SMTP email options
Last updated
Was this helpful?
Last updated
Was this helpful?
Email sending will work out of the box on any server that allows PHP emails. This was a default setting on most servers for many years. But because enhanced security is a very important, and hackers find new ways to intercept PHP emails, many hosting providers disallow PHP emails. Although we suggest adding the SMTP config options even if your server allows sending PHP emails.
You can see all Kirby email options on the link below
You add SMPT to your config file (site/config/
folder).
We suggest you use , to have a cleaner file structure.
If your website is on the same server as your email server the should be enough.
If your website is not on the same server as your email server, or your server has enhanced security you will need to add .