jacobv199280
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
a simple code like this does not work .... none of the mails get delevered...
<?php>
mail("somebody@email.com", "Test E-Mail (This is the subject of the E-Mail)", "This is the body of the Email");
?>
is there nething else i should be doing to set it up as i am a new scripter
---------- Post added at 02:40 PM ---------- Previous post was at 09:25 AM ----------
actually im able to send mail oly to gmail....... yahoo n sify not working
<?php>
mail("somebody@email.com", "Test E-Mail (This is the subject of the E-Mail)", "This is the body of the Email");
?>
is there nething else i should be doing to set it up as i am a new scripter
---------- Post added at 02:40 PM ---------- Previous post was at 09:25 AM ----------
actually im able to send mail oly to gmail....... yahoo n sify not working