| Anonymous | Login | Signup for a new account | 2010-07-29 10:15 EDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap | Wiki | ManTweet | Repositories |
| View Issue Details [ Jump to Notes ] [ Wiki ] | [ Issue History ] [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0010272 | mantisbt | public | 2009-03-29 23:09 | 2009-03-30 12:02 | ||
| Reporter | BlueWall | |||||
| Assigned To | ||||||
| Priority | normal | Severity | feature | Reproducibility | always | |
| Status | closed | Resolution | won't fix | |||
| Platform | OS | Linux | OS Version | |||
| Product Version | 1.1.6 | |||||
| Target Version | Fixed in Version | |||||
| Summary | 0010272: SMTP Port assignment | |||||
| Description | Sending a patch to allow port assignment for PHPMailer from the mantis configuration file | |||||
| Additional Information | --- email_api.php.original 2009-03-29 23:02:02.000000000 -0400 +++ email_api.php 2009-03-29 23:00:28.000000000 -0400 @@ -774,6 +774,7 @@ if ( !is_blank( config_get( 'smtp_username' ) ) ) { # Use SMTP Authentication $mail->SMTPAuth = true; + $mail->Port = config_get( 'smtp_port' ); $mail->Username = config_get( 'smtp_username' ); $mail->Password = config_get( 'smtp_password' ); } | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
dhx (developer) 2009-03-30 04:51 |
This is already in 1.2.x so I am guessing they deliberately didn't backport it (because it isn't a bugfix)? |
|
siebrand (developer) 2009-03-30 12:02 |
Not fixing on 1.1.x. Comment notes already fixed in 1.2.x. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-03-29 23:09 | BlueWall | New Issue | |
| 2009-03-30 04:51 | dhx | Note Added: 0021273 | |
| 2009-03-30 12:02 | siebrand | Note Added: 0021296 | |
| 2009-03-30 12:02 | siebrand | Status | new => closed |
| 2009-03-30 12:02 | siebrand | Resolution | open => won't fix |
| MantisBT 1.2.2 git master-1.2.x[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.1920 seconds. memory usage: 1,932 KB |