|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-05-26 17:46 UTC] derick@php.net
[2004-05-26 21:25 UTC] antonio@php.net
[2004-05-27 15:18 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
Description: ------------ mail() is not sending mails correctly using postfix Reproduce code: --------------- <?php mail('foo@bar.org', 'foo', 'bar'); ?> Expected result: ---------------- May 26 10:57:51 <machine> postfix/cleanup[50047]: 3D1A43B0: to=<foo@bar.org> (...) Actual result: -------------- May 26 10:57:51 <machine> postfix/cleanup[50047]: 3D1A43B0: to=<unknown>, relay=none, delay=0, status=bounced (No recipients specified)