This topic is locked

Setting smtp on script

9/17/2005 12:36:21 AM
PHPRunner General questions
author

Hello,
I was looking at the screen shots of the program and then went ahead to download the trial. There is one component missing.

When you try to " User Login Setting" It does not show the supposed place to put smtp information. That is not in version 2 as said.
How can I add that to my script?

( SMTP authentication)
Thank you,

Emefa

Sergey Kornilov admin 9/19/2005

Emefa,
PHP doesn't support SMTP authentification so there are no SMTP settings in PHPRunner.
However, there is a workaround you can use.http://www.faqts.com/knowledge_base/view.p...aid/9820/fid/21
You can replace a call to mail() function in generated register.php and remind.php files with the code provided in this article.