使用php发送电子邮件

时间:2010-10-11 09:23:07

标签: php email email-headers

如何在电子邮件中设置退回

1 个答案:

答案 0 :(得分:4)

mail("test@example.com",
     "Subject here",
     "Body here",
     $otherHeaders,
     "-fbounceaddress@yourdomain.com");

假设这就是你的意思。如果不是,请扩展您的问题: - )