Gmail Account's SMTP settings do not work in Coppermine Registrations Gmail Account's SMTP settings do not work in Coppermine Registrations
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Gmail Account's SMTP settings do not work in Coppermine Registrations

Started by dawjv, August 23, 2010, 12:45:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dawjv

Hello,

I today tried to put smtp settings of gmail in the Admin Control Panel but I am not able to get emails sent by coppermine and I get below mentioned error.

QuoteCritical error
The registration confirmation email can't be send!

I wrote

SMTP server : smtp.gmail.com
SMTP Login : myname@gmail.com
SMTP Password : my gmail account password

What should I do to remove this error and get the script to send the emails properly ?

The link to my gallery is as mentioned below.

http://www.dawjv.is.tl/gal/index.php

Thanks in advance.

Warm Regards,
Dave

Stramm

Gmail's using ssl smtp auth. That's not supported by Coppermine. You'll need to use smtp that's using username / password auth (without TLS/SSL or similar).

dawjv

Quote from: Stramm on August 23, 2010, 02:24:35 PM
Gmail's using ssl smtp auth. That's not supported by Coppermine. You'll need to use smtp that's using username / password auth (without TLS/SSL or similar).

There was a work around for this problem in Coppermine Version 1.4x as I found out while searching for my problem in this thread.

http://forum.coppermine-gallery.net/index.php/topic,57346.0.html

Obviously since the version is changed and code edited as I read in version information for 1.5x, this won't work, but can there be a similar solution for Coppermine Version 1.5x also ?