Mail-Server Mail-Server
 

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

Mail-Server

Started by nikolas, March 05, 2004, 05:15:56 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

nikolas

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
Please Visit
www.mplampla.com

Joachim Müller

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