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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 29 14:00:01 2026 UTC