SMTP & Sendmail problem SMTP & Sendmail problem
 

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

SMTP & Sendmail problem

Started by philford, March 18, 2005, 12:14:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

philford

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?

Joachim Müller

not at all, coppermine uses the means of mail transport your server is set up to use: the PHP command mail() is being used (see include/mailer.inc.php).

Joachim