问题
Since I've updated to Mavericks the mail() function doesn't work anymore.
mail('mail@example.com', 'subject', 'message')
returns true but no email is in my inbox
Is there a step-by-step guide to get this work? I've limited knowledge with postfix, smtp, sendmail and that stuff so please be nice
Thanks!
回答1:
I had this issue in Moutain Lion whenever I restarted and this helped:
PHP mail() no longer works after update to OSX Mountain Lion
来源:https://stackoverflow.com/questions/22541445/step-by-step-guide-to-make-phps-mail-function-work-on-os-x-mavericks