php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #11812 mail function
Submitted: 2001-06-30 16:15 UTC Modified: 2001-07-01 13:31 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: mike_comp at hotmail dot com Assigned:
Status: Suspended Package: Feature/Change Request
PHP Version: 4.0.6 OS: Win ME
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2001-06-30 16:15 UTC] mike_comp at hotmail dot com
I'm running an smtp server on my computer but it is on port 26 not 25. I tried putting 127.0.0.1:26 at the smtp server in php.ini but it failed. Why doesn't php support ports other than 25? Thanks.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-30 16:22 UTC] derick@php.net
This is hardcoded in the Windows mail sending code.
This will be addressed as soon as it gets rewritten.

Derick
 [2001-06-30 16:38 UTC] mike_comp at hotmail dot com
ok thanks. ill work around it until it is fixed
 [2001-07-01 13:31 UTC] elixer@php.net
In the meantime you can use the sendmail_port ini directive.  i.e.

sendmail_port = 26
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 01:01:28 2024 UTC