How to send emails from your website
Sending emails from your website is easy with TinkerHost! While we do not support the PHP mail() function due to abuse in the past, SMTP is allowed, and is recommended!
If you are using a popular CMS like WordPress, search the plugin store for an SMTP plugin. Most likely, someone has already done all the hard work for you and all you have to do is provide your SMTP information.
If you have a custom coded website, you can use the popular PHP script PHPMailer, or use this pre-built contact form available on GitHub.
Popular SMTP providers include Sendinblue and SendGrid. You can also use Gmail SMTP if you have 2FA authentication enabled on your Google Account.