How to create app password in google account

To enable a Google App Password, you'll need to have two-factor authentication (2FA) enabled on your Google account. Here’s how to set it up: https://www.youtube.com/watch?v=VH1031D2KoM Step 1: Enable Two-Factor Authentication…

How to send mail using PHPMailer in CodeIgniter 3

To send emails via Gmail in CodeIgniter 3 using PHPMailer, you'll first need to include PHPMailer in your project. Here's a step-by-step guide to setting it up: https://www.youtube.com/watch?v=AMq_XEunx24 Step 1:…