tags:

views:

13

answers:

2

I'm doing PHP development on my MacBook and have reached the email functionality of the book I'm using.

Are there any good SMTP servers for Mac?

Cheers,

Billy

A: 

http://www.phase2technology.com/node/667/

But do you really need a SMTP-Server of your own?

Erik
Just so I can make sure my code is correct. I could upload it to my hosting site but I'd rather do it straight from me mac
iamjonesy
Then I would suggest to add a complete SMTP protocol[1], since the php_mail() function is very buggy[2] and makes problems very often, especially with RFC-conform MTAs (like qmail). [1] http://drupal.org/node/29888 [2] http://bugs.php.net/bug.php?id=15841
Erik
+1  A: 

Postfix is usually built in: http://www.david-reitter.com/software/osxpostfix.html

Wrikken
awesome link and good suggestion - thanks Wrikken!
iamjonesy