php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #2708 win32 mail() function does not function if size > 4kb
Submitted: 1999-11-12 10:26 UTC Modified: 1999-11-19 17:40 UTC
From: nestor at micro-assist dot fr Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Latest CVS (12/11/1999) OS: NT4, Win9x , win2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nestor at micro-assist dot fr
New email:
PHP Version: OS:

 

 [1999-11-12 10:26 UTC] nestor at micro-assist dot fr
for bug id#2702
I made mistake OS is win9x an NT4,2000, sorry i'm stupid

win32/senmail.h
#define  MAIL_BUFFER_SIZE		(1024*4)	// 4k buffer$
All work if total mail size is under MAIL_BUFFER_SIZE
you have to increase MAIL_BUFFER_SIZE to send greater size mail !!!???

Windows only !

sorry !

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-12 10:37 UTC] joey at cvs dot php dot net
Moving this to a "Feature Request". It seems to me that MAIL_BUFFER_SIZE is a good
candidate for an .ini switch...is that doable, or does it have to be compiled in?
 [1999-11-19 17:40 UTC] joey at cvs dot php dot net
I am closing this, bcz 2705 is the same...
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 08:01:31 2025 UTC