forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 email => Topic started by: vihuarar on August 21, 2016, 04:26:16 pm

Title: Problem sending mails using smtp
Post by: vihuarar on August 21, 2016, 04:26:16 pm
Hi...
I have problems setting the mail function... for example to send an email if a users forget his password...

I have a microsoft exchange server...

In this moment, in the coppermine configuration... I can specify this information:

But I'm not able to set this configuration.. That I have configured in other applications (and email work) for example in joomla (I attach an image with the configuration)
smtp security
Title: Re: Problem sending mails using smtp
Post by: Αndré on August 22, 2016, 08:15:52 pm
Coppermine uses the PHPMailer class to send emails. Open include/mailer.inc.php, find
Code: [Select]
var $Port        = 25;and try if it works if you edit that port manually.
Title: Re: Problem sending mails using smtp
Post by: vihuarar on September 01, 2016, 09:50:20 pm
Still not working... i tried to edit the parameters... and set true the SMTPDebug parameter...

And still nothing...

Nothing in the log file too... I dont know how to configured that...
Title: Re: Problem sending mails using smtp
Post by: Αndré on September 02, 2016, 09:47:39 am
Coppermine uses PHPMailer 2.0.4. May be worth to try a recent version: https://github.com/PHPMailer/PHPMailer