I receive the same message, but only if I try to sent attachments larger
then 3kB. This seams to be a bug under w2k.
""Hyoneg Kim"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
9e6mtt$jk1$[EMAIL PROTECTED]">news:9e6mtt$jk1$[EMAIL PROTECTED]...
> I have w2000 and installed IIS 5.0
> I installed PHP
Thanks Guiseppe,
I tried this class before and received this error which I cannot resolve.
Warning: Bad Message destination in class.html.mime.mail.inc on line 285
Markus
""Giuseppe D'Ambrosio"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
008301c0deed$9371d460$[EMAIL PROTECTED]">news:008301c
from. "\n";
> if (!empty($this->headers))
> $mime .= $this->headers. "\n";
>
> if (!empty($this->body))
> $this->add_attachment($this->body, "", "text/plain");
> $mime .= "MIME-Version: 1.0\n".$this->
Thank you Michael and Brian,
I tried your code and the behavior is still the same.
It isn't working with images larger then 3kB.
No idea what to do.
I am using W2k server running IIS 5 and the latest release of php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail:
Thanks Brian for your fast respond.
I tried but still the same: it doesn't work.
I used the following code:
---
$filename = 'background.gif';
$myimage = fread($fp = fopen($filename, 'r'), filesize($filename));
fclose($fp);
$content = chun
Hello,
does anybody know if it is possible to sent mails with Windows2000 including
images???
I am trying now since ages. As long as I echo the result of all works fine.
-
$filename = 'mypicture.jpg';
$myimage = fread($fp = fopen($filename, 'rb'), filesize($filename));
Hello to all,
I trie to sent images inside an Email under Windows 2kServer. using the
mail() function under php4.
It works fine as long as the image is smaller then 3kB.
If the image is larger, the script takes ages an then it doesn't execute.
Is it possible to solve this problem???
I am on thi
Hello to all,
I try to generate greetingcards and sent them as a MIME mail. All works fine
if I use Linux. Under windows it works fine as long as the images have less
then 3k. But my cards have about 20k and it just doesnt work. Can anybody
help?? I never find any information if this is a general