[SOLVED] Runner_Mail Can't Sent Mail |
3/4/2013 12:12:39 AM |
PHPRunner General questions | |
J
jackolantern author
why runner_mail can't sent the email. No error message occur in trapping error, but email not sent.
|
|
![]() |
Sergey Kornilov admin 3/4/2013 |
As a first step you need to make sure you specified correct mail server parameters in PHPRunner under Security->User Login settings. Then test it trying to send a simple email from one of events. Once simple email works you can add more complicated event code. |
J
|
jackolantern author 3/4/2013 |
As a first step you need to make sure you specified correct mail server parameters in PHPRunner under Security->User Login settings. Then test it trying to send a simple email from one of events. Once simple email works you can add more complicated event code.
|
![]() |
Sergey Kornilov admin 3/5/2013 |
This means mail is not configured properly in PHP settings on your web server. Simply use custom SMTP settings and this is it. |
J
|
jackolantern author 3/12/2013 |
This means mail is not configured properly in PHP settings on your web server. Simply use custom SMTP settings and this is it.
|