Page 1 of 1

CMS MS 1.10.3 Gmail smtp problem. [SOLVED]

Posted: Tue Apr 24, 2012 10:10 pm
by Zdunek
Hello

I have problem with new instalation CMS MS and CMSMailer with gmail/google apps.

In backend in CMS mailer in test sending i don't see confirmation, or error.(Messages not come). When i use form builder i get this error :

Code: Select all

SMTP Error: Could not connect to SMTP host. ssl://stmp.gmail.com:465
It' so stupid. I tested some emails and i install 2 times CMS MS. And i have upgraded CMS from older version to 1.10.3 and and here it works well.

What i can do with it?

Sorry for my english :)
Zdunek

Re: CMS MS 1.10.3 Gmail smtp problem.

Posted: Wed Apr 25, 2012 6:04 am
by RonnyK
Zdunek,

and you also ticked the "SMTP Authentication:" tick,
and gave the Gmail-account/password in the boxes below that?

So for Gmail...

Mailer method: SMTP
SMTP host name: smtp.gmail.com
Encryption mechanism: ssl
Port of SMTP server: 465

SMTP Authentication: X
Username: youraccount@gmail.com
Password: thepassword

Ronny

Re: CMS MS 1.10.3 Gmail smtp problem.

Posted: Wed Apr 25, 2012 6:06 am
by RonnyK
OK...

I see the issue, you mistyped the smtp-hostname...

stmp -> smtp

SMTP host name: smtp.gmail.com

Ronny

Re: CMS MS 1.10.3 Gmail smtp problem.

Posted: Wed Apr 25, 2012 6:45 am
by Zdunek
I set everything ok. Im, in other websites use CMS MS with gmail.

I select smtp, ssl, port 465, ok hostname, ok login i passwort(working on other my website).

I run debug mode in phpmailer and this got errors:
SMTP -> ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
SMTP Error: Could not connect to SMTP host. ssl://stmp.gmail.com:465
Zdunek

Re: CMS MS 1.10.3 Gmail smtp problem.

Posted: Wed Apr 25, 2012 7:57 am
by RonnyK
Zdunek,

you have setup

stmp.gmail.com

it should be

smtp.gmail.com

Ronny

Re: CMS MS 1.10.3 Gmail smtp problem.

Posted: Wed Apr 25, 2012 9:33 am
by Zdunek
Thank You.

So stupid i'am :D
I copied from other website and I did not pay attention.



Solved :)