How to Configure SMTP in Laravel

SMTP is a secure way to send emails. Laravel supports sending mail via SMTP out of the box. To configure your laravel app to send mail via SMTP, we need t provide the correct details for config/mail.php These details are however provided as environment variables on the .env file inside […]

How to Configure WordPress SMTP using WP Mail SMTP

WordPress has a powerful load of features that are implemented using plugins. One such feature is SMTP. SMTP helps your WordPress installation send mails e.g password reset mails, order confirmation mails for ecommerce systems and other mails that it may need to send. It is thus very crucial to configure […]

How to Add a Catch-All Email

A catch-all alias is an email address that will catch any incoming email sent to an invalid address on a domain. Instead of bouncing the message back to the sender, the message will be stored in the mailbox that is assigned as the catch-all account. Cloudoon Mail allows catch all […]

How to enable Two Factor Authentication in cPanel

Two Factor Authentication also known as 2FA is becoming a necessity in the Internet. Password authentication alone is no longer sufficient. At Truehost, all our client facing systems allow clients to enable 2FA – cPanel hosting is no exception. Below is how o enable 2FA in cPanel Prerequisites A Two […]

How to Install Free SSL on Plesk (Windows)

Our Plesk Control panel provides the ablity to install free Lets Ecncrypt SSL for all your domains and subdomains hosted with us. This guide shows you how to install free SSL 1.Login to Plesk Control panel 2.Go to Website & Domains >> Security >> SSL/TLS Certificates 3. Scroll down to […]

How to create MySQL backup in cPanel

MySQL databases have a way to backup into sql files. These files ends with .sql extensions. .sql files can be used as a backup for your database and are portable. They can be restored anywhere on other MySQL databases seamlessly Below are 2 ways of getting your database backup Using […]

How to Create a DMARC record using MX Tool Box

DMARC records help improve email deliverabiliity. In this guide, we will learn how to create DMARC records and add them to a domain in cPanel 1.Visit MX Tool Box DMARC generator site using the link below https://mxtoolbox.com/DMARCRecordGenerator.aspx 2. Search your domain and click Check DMARC Record 3.On the form that […]