Php mail problem on lycos
Posted: Mon Jan 23, 2006 11:06 am
feyd | Please use
but when i want to send mail on lycos account and change anurag_shr@yahoo.com to anuragshr@lycos.co.uk ..nothing happen and i didnt get mail.
Please help.
Regards
Anurag
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Hi,
Facing a very serious problem. I am sending mail thru php when i send mail on yahoo or hotmail its works fine...my code is like thisCode: Select all
<?php
echo("*****");
$header = "From: anurag_shr@hotmail.com \r\n";
$header = $header."Content-Type: text/html\r\n";
$rt = mail("anurag_shr@yahoo.com", "to lycos test2", "to lycos test2", $header);
echo("****$rt*************************");
?>Please help.
Regards
Anurag
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]