D Devan macrumors newbie Original poster Jan 8, 2009 28 0 Jan 10, 2009 #1 How do i enable the php mail function on osx? ive had no luck with the solutions online. Im currently using xampp on my mac.
How do i enable the php mail function on osx? ive had no luck with the solutions online. Im currently using xampp on my mac.
toolbox macrumors 68020 Oct 6, 2007 2,304 3 Australia (WA) Jan 10, 2009 #2 I have never looked into this but os x has the apache webserver built in, you possibly need to install PHP and compile the support for it.
I have never looked into this but os x has the apache webserver built in, you possibly need to install PHP and compile the support for it.
D Devan macrumors newbie Original poster Jan 8, 2009 28 0 Jan 10, 2009 #3 toolbox said: I have never looked into this but os x has the apache webserver built in, you possibly need to install PHP and compile the support for it. Click to expand... Yeah, i have php 5 installed with mysql & apache. But php mail() doesn't work
toolbox said: I have never looked into this but os x has the apache webserver built in, you possibly need to install PHP and compile the support for it. Click to expand... Yeah, i have php 5 installed with mysql & apache. But php mail() doesn't work
BlueRevolution macrumors 603 Jul 26, 2004 6,054 4 Montreal, QC Jan 10, 2009 #4 Yeah, but you're using XAMPP. Toolbox is suggesting you just use Mac OS X's built-in Apache web server.
Yeah, but you're using XAMPP. Toolbox is suggesting you just use Mac OS X's built-in Apache web server.
toolbox macrumors 68020 Oct 6, 2007 2,304 3 Australia (WA) Jan 10, 2009 #5 When your compiling php you need to add the modules into the httpd.conf
BlueRevolution macrumors 603 Jul 26, 2004 6,054 4 Montreal, QC Jan 10, 2009 #6 Unfortunately, this guy has yet to update his packages for Leopard, so you do have to do it by hand.
D Devan macrumors newbie Original poster Jan 8, 2009 28 0 Jan 11, 2009 #7 do you think its best if i install, well activate the php pre installed in my mac? tried it the first time but i had trouble installing mysql and all the libraries i needed.
do you think its best if i install, well activate the php pre installed in my mac? tried it the first time but i had trouble installing mysql and all the libraries i needed.
BlueRevolution macrumors 603 Jul 26, 2004 6,054 4 Montreal, QC Jan 11, 2009 #8 MySQL is actually easy because it's available in package form. PHP I believe comes preinstalled but needs to be enabled in apache.conf.
MySQL is actually easy because it's available in package form. PHP I believe comes preinstalled but needs to be enabled in apache.conf.