1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 如何用PHP實現(xiàn)郵件發(fā)送

        時間:2020-11-25 09:20:04 筆試題目 我要投稿

        如何用PHP實現(xiàn)郵件發(fā)送

          PHP的mail()函數(shù)可以實現(xiàn)直接用腳本發(fā)送郵件。

        如何用PHP實現(xiàn)郵件發(fā)送

          用mail()函數(shù)發(fā)送郵件之前,首先需要在php.ini文件里面設(shè)置一下郵件服務(wù)屬性,主要的`設(shè)置選項如下:

          屬性 缺省值 說明 Changeable

          SMTP “localhost” 只適用于Windows: SMTP服務(wù)器的 DNS 名或者 IP地址 PHP_INI_ALL

          smtp_port “25″ 只適用于Windows: SMTP 端口號 PHP_INI_ALL

          sendmail_from NULL 只適用于Windows: 指定要發(fā)送郵件的From地址 PHP_INI_ALL

          sendmail_path NULL 只適用于Unix: 指定發(fā)送郵件的程序路徑 PHP_INI_SYSTEM

          如下代碼實現(xiàn)了一個簡單的發(fā)送郵件例子:

          $to = “someone@example.com”;

          $subject = “歡迎來到IT公司面試手冊”;

          $message = “Hello! 歡迎來到IT公司面試手冊.”;

          $from = “someonelse@example.com”;

          $headers = “From: $from”;

          mail($to,$subject,$message,$headers);

          echo “Mail Sent.”;

          ?>

        【如何用PHP實現(xiàn)郵件發(fā)送】相關(guān)文章:

        Spring如何實現(xiàn)郵件發(fā)送10-12

        Java認證考試:Spring實現(xiàn)郵件發(fā)送09-21

        基于ESMTP的電子郵件發(fā)送程序的設(shè)計與實現(xiàn)08-09

        怎樣發(fā)送英文簡歷郵件08-07

        php頁面緩存實現(xiàn)方法11-10

        郵件發(fā)送求職簡歷注意4大潛規(guī)則09-18

        PHP中多態(tài)如何實現(xiàn)呢11-20

        將php實現(xiàn)過濾UBB代碼11-19

        Linux認證系統(tǒng)管理:linuxmail命令發(fā)送郵件失敗09-30

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>