![]() |
Admin 1/8/2014 |
Yes, set SMTP port to 465 |
N
|
notuo author 1/8/2014 |
Yes, set SMTP port to 465
|
![]() |
Admin 1/8/2014 |
In include/phpfunctions.php file you can find runner_mail_smtp function. if ($mail->Port == 465)
|
N
|
notuo author 1/8/2014 |
In include/phpfunctions.php file you can find runner_mail_smtp function. Here is the piece of code that turns on SSL if ($mail->Port == 465)
|
![]() |
Admin 1/8/2014 |
You can change it in the folder where PHPRunner is installed, source\include\phpfunctions.php |
N
|
notuo author 1/9/2014 |
You can change it in the folder where PHPRunner is installed, source\include\phpfunctions.php
|
N
|
notuo author 1/12/2014 |
Ok, I get it. But this means all the projects will have the same settings and is not the case generally. Maybe in the project source folder. Or not? In the last... any other things that may change during generation I need to be aware of? Thanks for your help.
|