I've been stuck on this one for quite a few days as I barely edit the php.ini
file. I know that I need to specify the Gmail account, password, and SMTP server (smtp.gmail.com) but I don't know how or where to specify. I'm running this on localhost inside a Linux Ubuntu 18.04 Virtual Machine.
I've tried editing the php.ini
file but I don't know how to use it.
Note: I am not interested in using third-party software such as PHPMailer (apart Sendmail as that is required to operate the mail() function in PHP)
Thank you in advance, Fed