Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sebf

macrumors member
Original poster
Oct 25, 2006
48
0
UK
I am currently trying to get Leopard's web sharing/PHP sending email, but I am not sure how to configure PHP's SMTP. Currently when I use PHP's mail() function it seems successful, but I don't actually receive the email.

The only reference for setting up the SMTP in the php.ini seems to be for Windows only:
Code:
[mail function]
; For Win32 only.
;SMTP = localhost
;smtp_port = 25

; For Win32 only.
;sendmail_from = me@example.com

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

How do I configure PHP to use my ISP's SMTP server?

Thanks for any help.
 

kainjow

Moderator emeritus
Jun 15, 2000
7,958
7
PHP's mail() function will return true or false if it was sent correctly (but not necessarily if it was received). You could at least check this value to make sure it's being sent.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.