php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3490 mail() causes access violation
Submitted: 2000-02-15 21:51 UTC Modified: 2000-05-21 18:41 UTC
From: nbartlett at algorithmics dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.14 OS: NT
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: nbartlett at algorithmics dot com
New email:
PHP Version: OS:

 

 [2000-02-15 21:51 UTC] nbartlett at algorithmics dot com
Any simple use of the mail function fails.

<? mail("nbartlett@algorithmics.com", "Hi", "Hi"); ?>

in php command line will fail - causes an access violation. File libsmtp.dll is in the same directory as php. Reproducible on my machine and by other independent users. The two SMTP variables have been set up. Other mail packages for other languages e.g. PERL work successfully.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-21 18:41 UTC] jim at cvs dot php dot net
fixed. workaround is to always supply the fourth argument.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 12 11:01:33 2024 UTC