dtl4521 2017-07-19 08:47
浏览 17
已采纳

电子邮件发送在PHP上

May mail is working fine but unknown sender error is showing on gmail after sending the mail. My php code is as follows

$sendto="testconcepttc@gmail.com";
$subject = "Payment details of ".$dmail['name'];

$message = "<br><br>";

$message .= '<table border="0" cellspacing="5" cellpadding="4" width="600"style="border-collapse:collapse; font-family:Lucida Sans; border-color:#CCCCCC">

             <tr style="background-color:#023564; color:#FFF;">
          <td colspan="2"><h3 align="center">Registration Information From Midterm Delhi CSI  2017</h3></td>
        </tr>
             <tr>
                  <td width="54%"><p>Name</p></td>
                  <td width="46%"><p>'.$dmail['name'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Age</p></td>
                  <td width="46%"><p>'.$dmail['age'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Institution</p></td>
                  <td width="46%"><p>'.$ucomp.'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Designation</p></td>
                  <td width="46%"><p>'.$dmail['designation'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Postal Address</p></td>
                  <td width="46%"><p>'.$dmail['address'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>City</p></td>
                  <td width="46%"><p>'.$dmail['city'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>State</p></td>
                  <td width="46%"><p>'.$dmail['state'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Pin</p></td>
                  <td width="46%"><p>'.$dmail['pin'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Country</p></td>
                  <td width="46%"><p>'.$dmail['country'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Phone (Off).</p></td>
                  <td width="46%"><p>'.$dmail['phone_off'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Phone (Res).</p></td>
                  <td width="46%"><p>'.$dmail['phone_res'].'</p></td>
                </tr>
                   <tr>
                  <td width="54%"><p>Mobile No</p></td>
                  <td width="46%"><p>'.$dmail['phone'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>E-mail</p></td>
                  <td width="46%"><p>'.$email.'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Gender</p></td>
                  <td width="46%"><p>'.$dmail['gender'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>Food Preference</p></td>
                  <td width="46%"><p>'.$dmail['dite'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>CSI Number</p></td>
                  <td width="46%"><p>'.$dmail['ioa_membership_no'].'</p></td>
                </tr>
                <tr>
                  <td width="54%"><p>MCI Number</p></td>
                  <td width="46%"><p>'.$csi.'</p></td>
                </tr>

                    </table>';


    $username=$dmail['name'];
    $header = "MIME-Version: 1.0
";
    $header .= "Content-type: text/html
";
    $header .= "From: ".$username."
";
    $header .="
";

    $retval = mail ($sendto,$subject,$message,$header);
    return $retval;
  • 写回答

1条回答 默认 最新

  • duanang58939 2017-07-19 08:50
    关注

    Try to add Reply-To header.

    $header .= 'From: from@email.com' . "
    ";
    $header .= 'Reply-To: from@email.com' . "
    ";
    

    OR with name:

    $header .= 'From: "From Name" <from@email.com>' . "
    ";    
    $header .= 'Reply-To: "From Name" <from@email.com>' . "
    ";
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 matlab不知道怎么改,求解答!!
  • ¥15 永磁直线电机的电流环pi调不出来
  • ¥15 用stata实现聚类的代码
  • ¥15 请问paddlehub能支持移动端开发吗?在Android studio上该如何部署?
  • ¥20 docker里部署springboot项目,访问不到扬声器
  • ¥15 netty整合springboot之后自动重连失效
  • ¥15 悬赏!微信开发者工具报错,求帮改
  • ¥20 wireshark抓不到vlan
  • ¥20 关于#stm32#的问题:需要指导自动酸碱滴定仪的原理图程序代码及仿真
  • ¥20 设计一款异域新娘的视频相亲软件需要哪些技术支持