He
I want to send e:Mail from PHP script
How to configure server to send proper 'from' parameter
(but for two domails mydomain1.com and mydomail2.com)
I want to send mail from script:
mail($to, $subject, $txt, $headers);
My mail is rejected by server who says that is wrong domain for:
www-data@debian
If I change hostname in my server to domain1.com - is OK but I nead two
domains at the same time
- How to setum PHP or sendmail?
- how to send infomation from script that I send from domain1.com or
domain1.com?
-- I use debian sendmail and PHP ---
I want to send e:Mail from PHP script
How to configure server to send proper 'from' parameter
(but for two domails mydomain1.com and mydomail2.com)
I want to send mail from script:
mail($to, $subject, $txt, $headers);
My mail is rejected by server who says that is wrong domain for:
www-data@debian
If I change hostname in my server to domain1.com - is OK but I nead two
domains at the same time
- How to setum PHP or sendmail?
- how to send infomation from script that I send from domain1.com or
domain1.com?
-- I use debian sendmail and PHP ---
Comment