| 
 
 
 | 
| Keep Server Online 
 If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
 
 or
 
 
   
 A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
 
 Thank You! Steffen
 
 Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
 |  | 
 | 
| | 
| | 
|  Topic: Sendmail and phpBB 2.0.21 |  |  
| Author |  |  
| Erwin 
 
 
 Joined: 06 May 2006
 Posts: 16
 Location: Alkmaar
 
 | 
|  Posted: Sun 09 Jul '06 21:08    Post subject: Sendmail and phpBB 2.0.21 |   |  
| 
 |  
| When members are registering on my phpBB 2.0.21 forum they get this error message: 
  	  | Code: |  	  | Failed sending email :: PHP :: 
 DEBUG MODE
 
 Line : 234
 File : emailer.php
 | 
 
 What is wrong it is something with PHP or Apache!
 |  |  
| Back to top |  |  
| Steffen Moderator
 
 
 Joined: 15 Oct 2005
 Posts: 3130
 Location: Hilversum, NL, EU
 
 | 
|  Posted: Sun 09 Jul '06 21:35    Post subject: |   |  
| 
 |  
| Is a php and/or phpBB issue (Apache is not a mailserver). 
 When not running your own mailserver, did you defined in php.ini :
   
 [mail function]
 ; For Win32 only.
 SMTP = localhost
 smtp_port = 25
 ; For Win32 only.
 ;sendmail_from = me@example.com
 
 SMTP field is your Outgoing Mail Server.
 
 
 See for other options the  Administration Panel of your phpBB under Configuration/Email Settings
 
 Steffen
 |  |  
| Back to top |  |  
 
 | 
 |  | 
 |  |