Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010272mantisbtemailpublic2009-03-29 23:092009-03-30 12:02
ReporterBlueWall 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSLinuxOS Version
Product Version1.1.6 
Target VersionFixed in Version 
Summary0010272: SMTP Port assignment
DescriptionSending 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' );
         }
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
User avatar (0021273)
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)?
User avatar (0021296)
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
Powered by Mantis Bugtracker