coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Ecards & Email => Topic started by: philford on March 18, 2005, 12:14:59 PM

Title: SMTP & Sendmail problem
Post by: philford on March 18, 2005, 12:14:59 PM
I have installed Coppermine and tested it.  I can receive ecards using smtp if I send it to myself on my shared hosted server. My webhosts smtp server will only allow smtp to users it recognises, ie; myself.   Okay, I will use Sendmail.  Sendmail works perfectly and instantly, even though it is set to queue if necessary, on my BB as it is sending plain text.  My host requires that HMTL mail should use Exim (ie: /usr/sbin/exim_nproc).  Where can I configure the sendmail option to force Coppermine mailer to use this program as primary option?
Title: Re: SMTP & Sendmail problem
Post by: Joachim Müller on March 18, 2005, 04:49:45 PM
not at all, coppermine uses the means of mail transport your server is set up to use: the PHP command mail() (http://www.php.net/manual/en/ref.mail.php) is being used (see include/mailer.inc.php).

Joachim