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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mike_comp at hotmail dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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 Dec 21 18:01:29 2024 UTC