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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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 ?