[Solved]: SMTP mail error with registration [Solved]: SMTP mail error with registration
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

[Solved]: SMTP mail error with registration

Started by xtreme, April 02, 2004, 12:01:31 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

xtreme

Hi guys

my cpg wasworking fine & now i am getting this error

Warning: mail(): Failed to connect to mailserver at "smtp.myrealbox.com for Win32 only" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in c:\inetpub\wwwroot\include\mailer.inc.php on line 37

i havent changhed anyhing so i can only asume my mail server did

is there  anyway you can send mail using a webmail system that requires authentication ?
Go Big Or go the F*ck Home !!!!

xtreme

hey guys
sorry
i have solved this one my self:
just incase  anyone else has this prob

i set my
$CONFIG['smtp_host'] = "smtp.mymailserver";
$CONFIG['smtp_username'] = "myuser";
$CONFIG['smtp_password'] = "mypass";

in the mailer.inc.php file

hope this helps someone else !!!
Go Big Or go the F*ck Home !!!!