Hi,
I am working on php email functionality using pear with the help of below article.
It is working fine.
But when I change “From” address other than my domain email address then it stop working.
for example
$headers[“From”] = ‘[email protected]’; – working
$headers[“From”] = ‘[email protected]’; - not working.
[email protected] is working and I am able to send email separately.
I am using XAMPP 1.7 on windows 7
Any idea about this problem.
- Thanks