![]() |
Sergey Kornilov admin 2/21/2013 |
Make sure you specified FROM email address in PHPRunner settings under Security->User Login Settings. |
S
|
stiven author 2/21/2013 |
I did I have info@mydomain.com in the "From" email address Make sure you specified FROM email address in PHPRunner settings under Security->User Login Settings. |
![]() |
Sergey Kornilov admin 2/21/2013 |
I guess you need to contact the person who manages your web server/mail server to find why FROM header specified in PHP code gets overwritten with root@localhost. |
S
|
stiven author 2/21/2013 |
I have a VPS, I manage the server, any ideas what I would have to look into? thanks for your help I guess you need to contact the person who manages your web server/mail server to find why FROM header specified in PHP code gets overwritten with root@localhost. |
![]() |
Sergey Kornilov admin 2/21/2013 |
Unfortunately I cannot provide any real insight here. Just in case post all your SMTP settings from PHPRunner here (except the password). Probably I can spot something. |
S
|
stiven author 2/22/2013 |
thanks, I tried both of this settings and none worked. here is a picture, one picture is from PHPRunner and the other one the recommended settings from cpanel Unfortunately I cannot provide any real insight here. Just in case post all your SMTP settings from PHPRunner here (except the password). Probably I can spot something. |
![]() |
Sergey Kornilov admin 2/22/2013 |
So you saying you have tried both SSL and Non-SSL settings and they produced the same results, correct? |
S
|
stiven author 2/23/2013 |
Yes i tried both settings and they produced the same result, I will keep researching online and see if I can find something. thanks for your help. So you saying you have tried both SSL and Non-SSL settings and they produced the same results, correct? The only thing I can see suspicious is that SSL SMTP server is different from your domain name. It might be a different server and it might be configured differently. Not sure what else I can say here. |