View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008006 | mantisbt | public | 2007-05-23 09:32 | 2007-08-02 02:32 | |
| Reporter | deboutv | Assigned To | giallu | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.1.0a2 | ||||
| Summary | 0008006: Add port option to the phpmailer config | ||||
| Description | Is it possible to add an option to configure the SMTP port (instead of leaving the value 25 by default)? | ||||
| Tags | No tags attached. | ||||
|
I think it is already there; try using something like: $g_smtp_host = 'host:port'; and let me know if that works for you. |
|
|
if its not, it should not be a problem since phpmailer supports it... |
|
|
I didn't try (PHPMailer doc confirms the format you give me). Maybe this format (host1:port1;host2:port2) could be explained in the comments of the config_default_inc.php file? |
|
|
Ok. I am going to add this sentence: You can specify a different port by using this format: [hostname:port]but please test the feature and let me know if it works as expected. |
|
|
I didn't forget ;) I need time because this feature is not for me (I need to configure my SMTP server to listen on another port)... |
|
|
Once we confirm that the port and multiple SMTP server support works, we should document it in config_defaults_inc.php or add a link to the phpmailer website where such format is described. |
|
|
It's okay. |
|
|
I refined the documentation for the option in config_default_inc.php. Feel free to open a new bug if this does not work. |
|