sreeraj.hcr76
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 0
I like x10hosting Service very much.
I am sorry to say the following problem.
PHP mail() not working for me now.
Please read my following script which worked on another hosting server.
Should I make any modification on script?
(I get "mail was sent by php" message.But mail not delivered)(Already checke on spam folder.) But...
<?php
error_reporting(E_ALL);
ini_set("sendmail_from" , "admin@sreemagic.x10.mx");
$to = 'shine1359@gmail.com';
if(mail($to, 'Testing mail' , 'php mail working.'))
{
echo 'mail was sent by php';
}
else
{
echo 'PHP could not sent the mail';
}
?>
I am sorry to say the following problem.
PHP mail() not working for me now.
Please read my following script which worked on another hosting server.
Should I make any modification on script?
(I get "mail was sent by php" message.But mail not delivered)(Already checke on spam folder.) But...
<?php
error_reporting(E_ALL);
ini_set("sendmail_from" , "admin@sreemagic.x10.mx");
$to = 'shine1359@gmail.com';
if(mail($to, 'Testing mail' , 'php mail working.'))
{
echo 'mail was sent by php';
}
else
{
echo 'PHP could not sent the mail';
}
?>
Last edited: