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
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).
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 ?
Yes. The manual explains how to use gmail.
http://documentation.coppermine-gallery.net/en/configuration.htm#admin_email
Quote from: Nibbler on August 23, 2010, 04:08:50 PM
Yes. The manual explains how to use gmail.
http://documentation.coppermine-gallery.net/en/configuration.htm#admin_email
:doh: Sorry :redface: :embarrassed:
Thanks.