hi can anybody help me in sending authenticated mail in php.coz i tried using the mail() function and the mail ends up to be SPam or BULK messages. i guest it is because it has no smtp authentication..please give a sample code or a link for a tutorial about this topic..thanx.
You need exactly php mail() function. If your messages ends in spam inbox than you need to set headers for mail() function. go check : http://www.php.net/mail
Below you have user coments. Im prety sure that you will find solution there