Note that there are some explanatory texts on larger screens.

plurals
  1. POMail is not going directly into inbox
    primarykey
    data
    text
    <p>This is my code . When i send an email from an id to its same id then email goes to junk . Unable to identify that what is the problem in this code . For example i send an email like this </p> <p>From = abc@yahoo.com To = abc@yahoo.com Then it goes directly to junk .</p> <pre><code> &lt;?php $name=$_POST['fName']; $yemail = $_POST['yEmail']; $femail=$_POST['fEmail']; $message=$_POST['message']; $from=$yemail; $to=$femail; $subject="Invitation for you"; $mailBody ="&lt;table width='628' border='0'&gt; &lt;tr&gt;&lt;td align='left' valign='middle'&gt;&lt;p&gt;&lt;br&gt;&lt;br&gt;Hello,&lt;br&gt;&lt;br&gt;This email is a notification to let you know that your friend has invited you to &lt;br&gt;visit this link &lt;a href=www.heed-association.org&gt;Heed Association.&lt;/a&gt;&lt;br&gt;&lt;br&gt; Your friend is using this to help people living in Pakistan by donating some money.&lt;br&gt;&lt;br&gt;So your can also contribute in the areas of Health, Education, Environment and Sustainable Development&lt;br&gt; in the earthquake affected areas of Kashmir to improve living conditions and alleviate community distress&lt;br&gt;&lt;br&gt;&lt;hr&gt;&lt;br&gt;&lt;br&gt;&lt;strong&gt;Regards&lt;br&gt;&lt;br&gt;Heed Association&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From: &lt;'.$yemail.'&gt;' . "\r\n"; if (mail($to, $subject, $mailBody, $headers)) { echo "&lt;script language='javascript'&gt; window.location = 'index.php'; &lt;/script&gt;"; } else { echo "&lt;script language='javascript'&gt; window.location = 'tell_a_form.php'; &lt;/script&gt;"; } ?&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload