A couple of weeks ago, I decided to use Gmail as SMTP server to send emails from my Joomla website. HereĀ is explained what I did to make everything working. First of all, I edited my configuration.php file to contain the following settings: var $mailer = ‘SMTP Server’; var $mailfrom = ‘MY_GMAIL_ADDRESS’; var $smtpauth = ’1′; … Continue reading