PHP Emailing Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pachinko
Forum Newbie
Posts: 1
Joined: Thu Sep 30, 2004 3:28 pm
Location: Uk

PHP Emailing Problem

Post by pachinko »

"Failed sending email :: PHP :: DEBUG MODE Line : 234 File : c:\program files\apache group\apache\htdocs\phpbb2\includes\emailer.php"

Hi, im pretty new to PHP and got the above error when a friend tried to sign up to my phpbb2 forum.
Im not entirely sure what to edit so any help would be great :D

Im running Apache HTTP Server 1.3 (i think), PHP 4.1 or 2..the latest anyway, phpMyAdmin, and mySQL 1.3.4x

Everything else runs fine, just the email part.

Thanks
Breckenridge
Forum Commoner
Posts: 62
Joined: Thu Sep 09, 2004 11:10 pm
Location: Breckenridge, Colorado

Post by Breckenridge »

Do you have a functional smtp on your machine? or in other words have you tried to send email from the server using it as a send mail server?
Post Reply