Actually, most of the times I encountered this "problem" was when I was sending "complicated" mime email.

PlainText emails are built up of headers, and the plaintext message. More complex emails use MIME to seperate multiple things, eg. attachments, different versions of the text (some send both a plaintext version and an HTML one), etc.

What hapenned was that when I sent such an email, some clients couldn't handle the way it was built up, and pretended the message was "empty", while others worked just fine.

So... that might be the problem you're experiencing ;) or not ;)

- Tul
Jed R. Brubaker wrote:

But wouldn't that mean that the email that is being sent to my client would be blank as well?


"Manuel Lemos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]


Hello,

On 09/27/2004 12:27 PM, Jed R. Brubaker wrote:

I have run into a problem with my email class. A bunch of reciepients are claiming that they are recieving blank emails. The problem is that I can't replicate the problem. Yet I know there is one, they keep forwarding the blank emails. I am hoping one of you email masters might be able to tell me what I am doing wrong:

This looks like one of the mail() function bugs but it is hard to tell what is the problem without more details on which OS and local mailer do you use.


Alternatively, you may want to try this message composing and sending class that provides workaround solutions for deliverying message without the problems you are facing:

http://www.phpclasses.org/mimemessage


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to