How to Configure CMSMailer with XAMPP and Gmail - solved

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
jsh11a
New Member
New Member
Posts: 2
Joined: Fri Aug 05, 2011 4:10 pm

How to Configure CMSMailer with XAMPP and Gmail - solved

Post by jsh11a »

My original post seems to have disappeared. I'm not at all sure how that happened.

For others who may need this information, here's how to configure CMSMailer to work with XAMPP and Gmail.

First, open php.ini and add or uncomment this line:
extension=php_openssl.dll

You should see a whole "extensions" section. Put it in that part of the php.ini file.

Then go into the CMSMailer extension and configure as follows:

Character Set: utf-8
Mailer Method: smtp
SMTP host name: smtp.gmail.com
Encryption: SSL
Port: 465
From address: your email address
From username: your name
Sendmail location: you can leave the default of /usr/sbin/sendmail
SMTP timeout: you can leave the default of 1000
SMTP Authentication: check the checkbox
Username: your Gmail address
Password: your Gmail password

Then "Submit" and then send the test email.

I hope this helps someone and saves someone some time. I don't know why my original post disappeared, but there you go.
RHF
Forum Members
Forum Members
Posts: 20
Joined: Sun Jan 23, 2011 1:55 am

Re: How to Configure CMSMailer with XAMPP and Gmail - solved

Post by RHF »

Thanks jsh11a. I was having problems with CMSMailer and XAMPP and your solution worked perfectly.
Locked

Return to “[locked] Installation, Setup and Upgrade”