how do i enable the php mail function

Joined
Oct 2, 2006
Messages
65
Reaction score
0
Points
6
Your Mac's Specs
se30 16MHZ 1.44MBHD Performa 630 CD 33MHZ 250MBHD iMac G3 333MHZ 60GBHD iMac G4 800MHZ 250GBHD
how do you enable the php mail function i have the entropy version of php
 
Joined
Oct 27, 2005
Messages
4,702
Reaction score
404
Points
83
MrGecko said:
how do you enable the php mail function i have the entropy version of php

G'day MrGecko, turn on all errors and notices, then if there is any error output in the script, post them here, and someone should be able to help you. :dive:
 
OP
MrGecko
Joined
Oct 2, 2006
Messages
65
Reaction score
0
Points
6
Your Mac's Specs
se30 16MHZ 1.44MBHD Performa 630 CD 33MHZ 250MBHD iMac G3 333MHZ 60GBHD iMac G4 800MHZ 250GBHD
G'day MrGecko, turn on all errors and notices, then if there is any error output in the script, post them here, and someone should be able to help you. :dive:
the only things i'm geting in the error document is
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/james.conf
Processing config file: /private/etc/httpd/users/kids.conf
[Sat Oct 7 23:30:03 2006] [warn] module mod_php4.c is already added, skipping
[Sat Oct 7 23:30:04 2006] [notice] Apache/1.3.33 (Darwin) PHP/4.3.11 configured -- resuming normal operations
[Sat Oct 7 23:30:04 2006] [notice] Accept mutex: flock (Default: flock)
maybe it has some thing to do with the php.ini and this prat of it
; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;mbstring.func_overload = 0
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top