|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-21 18:41 UTC] jim at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 29 18:00:01 2026 UTC |
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.