php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4139 php.exe crashes when trying to use mail() function
Submitted: 2000-04-13 17:29 UTC Modified: 2000-05-21 18:48 UTC
From: koce at gmx dot net Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.16 OS: windows 98
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: koce at gmx dot net
New email:
PHP Version: OS:

 

 [2000-04-13 17:29 UTC] koce at gmx dot net
if($Response=="Email"){
mail("constant_@web.bg","Pozdravlenia","Uvajaemi $FirstName  $LastName,\nPotrebitelskoto vi ime e: $username,\na parolata vi e: $password.\nMojete da se kefite kato chlen na chlenka eto tuk:\nhttp://localhost/kursova/query.htm");
echo"<H4><P align=\"center\">????????????? ? ???????.<BR>?????? ????????????? ??? ? ?????? ?? ????????? ?? ????????? ?? ??? e-mail:\"<font color=\"#FF0000\">$Email</font>\"<BR><BR></P></H4>";
}
?>
PHP.INI
;Windows Extensions
extension=php3_mysql.dll
extension=php3_calendar.dll
extension=php3_dbase.dll
extension=php3_gd.dll
extension=php3_dbm.dll
extension=php3_mssql.dll
extension=php3_zlib.dll
extension=php3_filepro.dll
extension=php3_imap4r1.dll
extension=php3_ldap.dll
extension=php3_crypt.dll
extension=php3_msql2.dll
extension=php3_odbc.dll

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Syslog]
define_syslog_variables	= Off	; Whether or not to define the various syslog variables,
								; e.g. $LOG_PID, $LOG_CRON, etc.  Turning it off is a
								; good idea performance-wise.  In runtime, you can define
								; these variables by calling define_syslog_variables()


[mail function]
SMTP			=mail.mobikom.com	;for win32 only
;sendmail_from	=	me@localhost.com	;for win32 only
sendmail_path	=						;for unix only, may supply arguments as well (default is sendmail -t)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-21 18:48 UTC] jim at cvs dot php dot net
fixed. workaround is to supply the fourth argument to mail(), even as
an empty string ("").
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 07:01:29 2024 UTC