Hi all,
I want to send mails using php mail() function, my web server is
apache on linux i just add this line to my code
ini_set('sendma il_from', 'users@must.edu .eg');
i'm sending emails to users at the same domain ....@must.edu.e g but it
didn't send mail also it don't give any errors
but i'm sure that mail server is working coz when i'm trying to send
mails to the same domain through outlook it works well.
i tried to send to hotmail it sends just one mail but when i tried
again the same happened no mails sent with no error.
where do u think the problem????
I want to send mails using php mail() function, my web server is
apache on linux i just add this line to my code
ini_set('sendma il_from', 'users@must.edu .eg');
i'm sending emails to users at the same domain ....@must.edu.e g but it
didn't send mail also it don't give any errors
but i'm sure that mail server is working coz when i'm trying to send
mails to the same domain through outlook it works well.
i tried to send to hotmail it sends just one mail but when i tried
again the same happened no mails sent with no error.
where do u think the problem????
Comment