nullmailer-queue: Could not write envelope sender

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
verdi
Forum Newbie
Posts: 3
Joined: Fri Jul 01, 2005 6:48 am
Contact:

nullmailer-queue: Could not write envelope sender

Post 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!
Post Reply