Page 1 of 1

phpbb & sendmail

PostPosted: 20. July 2006 12:09
by goldmercury
hi

just installed xampp to run a phpbb forum, very easy to install and works with my imagevuex gallery to! http://www.imagevuex.com/

Anyway I've got the forum up and running however when a user registers on the forum the php crashes due to a sendmail function I believe here is a link to an article http://www.phpbbhacks.com/forums/archiv ... rrors.html

how can I get the sendmail to work on xampp is it an apache thing or a php module??

PostPosted: 20. July 2006 12:46
by Izzy
There is a configuration for sendmail in xampp/apache/bin/php.ini that needs setting up for your particular needs.

[mail function]
; For Win32 only.
SMTP = smtp.yourISPmailserver.com
smtp_port = 25


; For Win32 only.
;sendmail_from = postmaster@localhost

; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =

HTH :)