Mail Server Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationMail Server Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 28th, 2004, 01:26 AM
rajappa rajappa is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 22 rajappa User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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>

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationMail Server Help > Not able to receive mails through qmail


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway