Hi,
for some reason it seems PHP is not properly passing the sender's
address to sendmail. It does not matter whether I add "From" as header,
"nobody@new " is always taken as originating addres (be it return-path,
from or sender).
sendmail logs the following line
SMTP error from remote mailer after MAIL FROM:<nobody@ne w>
Is this due to a wrong sendmail configuration or would I need to change
something within PHP?
Thanks,
Alexander
for some reason it seems PHP is not properly passing the sender's
address to sendmail. It does not matter whether I add "From" as header,
"nobody@new " is always taken as originating addres (be it return-path,
from or sender).
sendmail logs the following line
SMTP error from remote mailer after MAIL FROM:<nobody@ne w>
Is this due to a wrong sendmail configuration or would I need to change
something within PHP?
Thanks,
Alexander
Comment