Page 1 of 1

nullmailer-queue: Could not write envelope sender

Posted: Fri Jul 01, 2005 6:58 am
by verdi
When I try to send a letter using this code:
mail($to, $from, $body)
where $body consists of plain text or text with "\n" in it,
an error occurs.

The error reads as follows:
nullmailer-queue: Could not write envelope sender. nullmailer-inject: nullmailer-queue failed.

Where could be the reason? And how could be the problem fixed?

Also when I run this code on different servers, on some it works, on others throws this error.

Thank you in advance!