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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 05:01:29 2024 UTC