|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Not able to receive mails through qmail
I,am not able to receive mails through my qmail account when i send mails through the mail function in php . but I,am able to recive the same in my yahoo mail account. why is that difference. is there something i should do with the PHP mail function or any configuration the host has to do
I need hlp on this . I,am able to receive mails from others through the qmail. Regards I,ve posted the code below <HTML> <HEAD> <TITLE>Untitled Document</TITLE> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <? $bound = "webmaster"; $text_body = "hi there"; $html_body = "This is a check"; $email_from = "from : Rajappa <rajappa_ap@yahoo.com>"; $email_to = "webmaster@ssrvm.org"; $from_name = "rajappa"; $mail_subject = "test"; $mail_body = $text_body. $html_body. "\n\n--$bound--\n\n"; $headers = "MIME-Version: 1.0\r\n"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "To: webmaster <webmaster@ssrvm.org>\r\n"; $headers .= "From: rajappa <rajappa_ap@yahoo.com>\r\n"; $headers .= "Cc: rajappa <webmaster@ssrvm.org>\r\n"; $headers .= "Bcc: \r\n"; $to = "$email_to"; $subject = "$mail_subject"; mail ($to, $subject, $mail_body, $headers); ?> </BODY> </HTML> |
![]() |
| Viewing: Dev Shed Forums > System Administration > Mail Server Help > Not able to receive mails through qmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|