coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: nikolas on March 05, 2004, 05:15:56 PM

Title: Mail-Server
Post by: nikolas on March 05, 2004, 05:15:56 PM
Can i use my own mail server to send e-cards using the script? my server does not support to send email directly.
I use other php like phpbb and 4image gallery and i can use an external mail server.
Thank You
Title: Mail-Server
Post by: Joachim Müller on March 05, 2004, 08:47:53 PM
yes, open include/mailer.inc.php with a text editor and change the lines $CONFIG['smtp_host'] = '';
$CONFIG['smtp_username'] = '';
$CONFIG['smtp_password'] = '';
as necessary.

GauGau