Hi all,
Hope was somebody could help me.
I am trying to send email using SMTP. But I was able to send, I am getting error messages. Server works on UNIX operating system.
$to= "test@ymail.com";
$subject = "Hello";
$message = "Test";
mail($to,$subject ,$message);
SMTP is not working?
Moderator: General Moderators
-
admin_eniyan
- Forum Newbie
- Posts: 2
- Joined: Mon Aug 24, 2009 12:23 am
- Location: Chennai
Re: SMTP is not working?
Are you trying it on local system?