Test mail.

php.internals

Ananth Kesari

22 years ago
Hi, Sorry for the inconvenience. Just testing since my mails with attachments to this group are bouncing back! Thanks, Ananth.

Eric COLINET

22 years ago
Hi, The Php version header line (SAPI_PHP_VERSION_HEADER) is sent even if SG(request_info).no_headers==1 (in php_request_startup - all other headers aren't sent) Attached a little patch that fix that. Eric Ps: @echo ON ;-)

Adam Maccabee Trachtenberg

22 years ago
On Tue, 3 Feb 2004, Ananth Kesari wrote:
> Sorry for the inconvenience. Just testing since my mails with > attachments to this group are bouncing back!
You need to send text attachments that end in .txt. -adam
-- adam@trachtenberg.com author of o'reilly's php cookbook avoid the holiday rush, buy your copy today!

Derick Rethans

22 years ago
On Tue, 3 Feb 2004, Adam Maccabee Trachtenberg wrote:
> On Tue, 3 Feb 2004, Ananth Kesari wrote: > > > Sorry for the inconvenience. Just testing since my mails with > > attachments to this group are bouncing back! > > You need to send text attachments that end in .txt.
The requirement is to send attachement with the text/plain mime type, the extension does not matter (but most winshit programs make it application/octet-stream for all non-.txt) Derick