PHPMailer 中国語の説明の概要

WBOY
リリース: 2016-06-13 12:19:14
オリジナル
902 人が閲覧しました

A で始まる:

$AltBody --Attribute
From: PHPMailer: $AltBody
File: class.phpmailer.php
注: この属性の設定は、メール本文 代替表示

AddAddress -- メソッド
から: PHPMailer::AddAddress()、ファイル: class.phpmailer.php
説明: 受信者を追加します。パラメータ 1 は受信者の電子メール アドレス、パラメータ 2 は受信者の役職です。たとえば、AddAddress("to@163.com","to name") ですが、パラメーター 2 はオプションであり、AddAddress(to@163.com) も可能です。
関数プロトタイプ: public function AddAddress($address, $name = '') {}

AddAttachment --Method
From: PHPMailer::AddAttachment()
File: class.phpmailer .php。
手順: 添付ファイルを追加します。
パラメータ: パス、名前、エンコーディング、タイプ。このうち、パスは必須で、その他はオプションです
関数プロトタイプ:
AddAttachment($path, $name = '', $encoding = 'base64', $type = 'application/octet-stream' ){ }

AddBCC --Method
From: PHPMailer ::AddBCC()
File: class.phpmailer .php
説明: ブラインド コピーを追加します。 CCとBCCの違いについては、「SMTP送信におけるBCCとCCの違い」をご覧ください。
パラメータ 1 はアドレス、パラメータ 2 は名前です。このメソッドは win32 での SMTP のみをサポートし、メール関数
はサポートしないことに注意してください。 関数プロトタイプ: public function AddBCC($address, $name = ''){}

AddCC -- メソッド
from :PHPMailer::AddCC()
ファイル: class.phpmailer.php
説明: CC を追加します。 CCとBCCの違いについては、「SMTP送信におけるBCCとCCの違い」をご覧ください。
パラメータ 1 はアドレス、パラメータ 2 は名前です。このメソッドは win32 での SMTP のみをサポートし、メール関数はサポートしないことに注意してください。
関数プロトタイプ: public function AddCC($address, $name = '') {}

AddCustomHeader --Method
From: PHPMailer::AddCustomHeader()
File: class.phpmailer.php
説明: カスタム電子メール ヘッダーを追加します。
パラメータはヘッダー情報です
関数プロトタイプ: public function AddCustomHeader($custom_header){}

AddEmbeddedImage -- メソッド
from: PHPMailer::AddEmbeddedImage()
File: class .phpmailer .php
説明: 埋め込み画像を追加します。
パラメータ: パス、戻りハンドル [、名前、エンコーディング、タイプ]
関数プロトタイプ: public function AddEmbeddedImage($path, $cid, $name = ' ', $encoding = 'base64', $type = 'application/octet-stream') {}
ヒント: AddEmbeddedImage(PICTURE_PATH. "index_01.jpg ", "img_01 ", "index_01.jpg "); >引用 PHPMailer 中国語の説明の概要手順: "Reply-to" などの返信タグを追加します
パラメータ 1 アドレス、パラメータ 2 名
関数プロトタイプ: public function AddReplyTo ($address, $name = '') {}

AddStringAttachment -Method
From: PHPMailer::AddStringAttachment()
File: class.phpmailer.php
Description: 文字列を追加しますまたはバイナリ添付ファイル (ファイルシステム以外) をリストに追加します。?)
パラメータ: string, filename [, encoding, type]
関数プロトタイプ: public function AddStringAttachment($string, $filename, $encoding = 'base64' , $type = 'application/ octet-stream') {}

Authenticate --method
from: SMTP::Authenticate()
ファイル: class.smtp.php
説明: SMTP 認証を開始するには、Hello () が呼び出された後、認証が成功すると true が返されます。
パラメータ 1 ユーザー名、パラメータ 2 パスワード
関数プロトタイプ: public function Authenticate($username, $パスワード) {}

B で始まる

$Body --Attribute
From: PHPMailer: $Body
File: class.phpmailer .php
Description:電子メールのコンテンツ、HTML またはテキスト形式

C で開始

$CharSet --Attributes
From: PHPMailer: $CharSet
File: class.phpmailer .php
説明: メールのエンコーディング、デフォルトは iso-8859-1

$confirmReadingTo -- 属性
From: PHPMailer: $confirmReadingTo file class.phpmailer .php
説明: 受信?

$ContentType --property
From: PHPMailer: $ContentType
File: class.phpmailer .php
Description: ドキュメントのタイプ、デフォルトは「text/plain」です

$CRLF --Attribute
From: PHPMailer: $ContentType
File: class.phpmailer .php
Description: SMTP 返信終了デリミタ (SMTP 返信行の終わり?)

class.phpmailer .php --Object
元: class.phpmailer .php
ファイル: class.phpmailer .php
説明: phpmailer オブジェクト

class.smtp.php --Object
From: class.smtp.php ファイル: class.smtp.php
説明: SMTP 関数オブジェクト

ClearAddresses --method
From: PHPMailer::ClearAddresses()
ファイル: class.phpmailer .php
説明: 受信者をクリアし、次の送信に備えます。戻り値の型は void

ClearAllRecipients --Method
から: PHPMailer ::ClearAllRecipients()
ファイル: class.phpmailer .php
説明: CC を含むすべての受信者をクリアします (コピー送信) ) および BCC (Bcc)

ClearAttachments --Method
From: PHPMailer::ClearAttachments()
File: class.phpmailer .php
Description: Clear Attachments

ClearBCCs --メソッド
から: PHPMailer ::ClearBCCs() ファイル class.phpmailer .php
説明: BCC (Bcc) のクリア

ClearCustomHeaders --メソッド
から: PHPMailer ::ClearCustomHeaders ()
ファイル: class.phpmailer .php
説明: カスタム ヘッダーをクリア

ClearReplyTos -- メソッド
から: PHPMailer ::ClearReplyTos()
ファイル: class.phpmailer 。 php
説明: Clear Reply person

Close --method
From: SMTP::Close()
File: class.smtp.php
説明: SMTP 接続を閉じる

Connect -- メソッド
from: SMTP::Connect()
ファイル: class.smtp.php
説明: SMTP 接続を確立する Mailer.html

$ContentType -- 属性
から: PHPMailer: $ContentType
ファイル: class.phpmailer .php
説明: ドキュメントのタイプ、デフォルトは "text/plain"

D 始まり
$do_debug -- 属性
from: SMTP: $do_debug
ファイル: class.smtp.php
説明: SMTP デバッグ出力

データ - メソッド
from: SMTP: $ Data()
ファイル: class.smtp.php
説明: データ コマンドとメッセージ情報をサーバーに送信します (sendsthemsg_datatotheserver)

E で始まる

$Encoding - -属性
の元: PHPMailer: $Encoding
ファイル: class.phpmailer .php
説明: 電子メールのエンコード方式を設定します。オプション: 「8 ビット」、「7 ビット」、「バイナリ」、「base64」

$ErrorInfo -- 属性
From: PHPMailer: $ErrorInfo
File: class.phpmailer .php
Description: SMTP エラーの最後のメッセージを返します。 message

Expand --Method
From: SMTP::Expand()
File: class.smtp.php
説明: メーリング リスト内のすべてのユーザーを返します。成功した場合は配列を返し、それ以外の場合は false を返します (Expand は名前を取得し、サーバーにこのリストのメンバーであるすべての人々をリストするように要求します。Expand は戻り、その結果の配列が返されます。エラーが発生します。)

F は次で始まります:

$From --Attributes
From: PHPMailer::$From ファイル クラス。 phpmailer .php
説明: 送信者の電子メール アドレス
$FromName --Attribute
差出人: PHPMailer::$FromName
ファイル: class.phpmailer.php
説明: 送信者の名前

H で始まる:

$Helo --Attributes
From: PHPMailer::$Helo
File: class.phpmailer.php
説明: SMTPHelo を設定します。デフォルトは$ Hostname(SetstheSMTPHELOofthemessage(Defaultis$Hostname).)

$Host -- 属性
From: PHPMailer::$Host
File: class.phpmailer .php
説明: SMTP サーバーを設定します形式は次のとおりです: ホスト名 [ポート番号]、smtp1.example.com:25 と smtp2.example.com は両方とも正当です

$Hostname --Attributes
From: PHPMailer::$ホスト名
ファイル: class.phpmailer .php
説明: Message-Id および andReceivedheaders に設定されたホスト名は、$Helo でも使用されます。空の場合、デフォルトは SERVER_NAME または 'localhost.localdomain' になります。

Hello -- メソッド
from: SMTP::Hello()
ファイル: class.smtp.php
説明: SMTP へサーバーは HELO コマンドを送信します

Help -- メソッド
from: SMTP::Help()
ファイル: class.smtp.php
説明: キーワードがある場合は、キーワード Help を取得します情報

で始まります:

IsError --Method
from: PHPMailer::IsError()
File: class.phpmailer.php
説明: 存在するかどうかを返します。 is エラーが発生しました

IsHTML -- メソッド
送信元: PHPMailer ::IsHTML()
ファイル: class.phpmailer .php
説明: レターが HTML 形式であるかどうかを設定します

IsMail --Method
From: PHPMailer ::IsMail()
File: class.phpmailer .php
説明: php の mail 関数を使用してメールを送信するかどうかを設定します

IsQmail --Method
From: PHPMailer::IsQmail()
File: class.phpmailer .php
説明: 電子メールの送信に qmailMTA を使用するかどうかを設定します

IsSendmail--Method
From: PHPMailer:: IsSendmail()
ファイル: class.phpmailer .php
説明: $Sendmail プログラムを使用してメールを送信するかどうか

IsSMTP--method
From: PHPMailer ::IsSMTP()
ファイル: class.phpmailer .php
説明: 電子メールの送信に SMTP を使用するかどうか

M で始まる:

$Mailer --Attributes
From: PHPMailer ::$Mailer
File: class.phpmailer .php
説明: 送信メソッド ("mail"、"sendmail"、または "smtp") の 1 つ

。 Mail -- メソッド
from: SMTP::Mail()
File: class.smtp.php
説明: $from の電子メール アドレスから処理を開始し、true または false を返します。true の場合、

N の送信を開始します:

Noop-- メソッド
from: SMTP::Noop()
ファイル: class.smtp.php
説明: NOOP コマンドを SMTP サーバーに送信します

P の開始:
$Password --attributes
From: PHPMailer::$Password
ファイル: class.phpmailer .php
説明: SMTP パスワードを設定します

$PluginDir --property
From: PHPMailer::$PluginDir
File: class.phpmailer.php
説明: phpmailer のプラグイン ディレクトリを設定します。 smtpclass 内のみは phpmailer ディレクトリでは無効です

$Port -- 属性
From: PHPMailer ::$Port
File: class.phpmailer .php
説明: SMTP ポートを設定しますnumber

$Priority --Attribute
From: PHPMailer::$Priority
File: class.phpmailer.php
Description: 電子メール配信の優先順位を設定します。 1=緊急、3=通常、5=緊急ではない

PHPMailer --Object
送信元: PHPMailer
ファイル: class.phpmailer .php
説明: PHPMailer -PHPemailtransportclass

Q で始める

Quit --Method
From: SMTP::Quit()
File: class.smtp.php
Description: Quit コマンドをサーバーに送信します。エラーは発生しません。次に、靴下を閉じます。そうでない場合は、$close_on_error が true になります

R から開始

受信者 -- メソッド
の形式: SMTP::Recipient()
ファイル: class.smtp.php
手順: To を使用して RCPT コマンドを SMTP に送信します。パラメーターは次のとおりです: $to

Reset -- メソッド
from: SMTP::Reset()
ファイル: class.smtp。 php
説明: RSET コマンドを送信して、進行中の転送をキャンセルします。成功した場合は true、そうでない場合は false を返します。

S は次で始まります:

$Sender --property
from: PHPMailer::$Sender
File: class.phpmailer .php
説明: メッセージの送信者メール (リターン パス) を設定します。一時的でない場合は、mtp モードの「MAILFROM」ftosendmail 経由で送信されます。

$Sendmail --Attributes
From: PHPMailer::$Sendmail
ファイル: class.phpmailer .php
説明: 送信プログラムのディレクトリを設定します

$SMTPAuth --property
From: PHPMailer::$SMTPAuth
File: class.phpmailer .php
Description: SMTP に認証が必要かどうかを設定します。ユーザー名変数とパスワード変数を使用します。

$SMTPDebug --property
from: PHPMailer::$SMTPDebug
File: class.phpmailer.php
説明: かどうかを設定します。 SMTP はデバッグされます 出力?

$SMTPKeepAlive --property
From: PHPMailer::$SMTPKeepAlive
File: class.phpmailer.php
説明: 送信のたびに接続を閉じないでください。 true の場合、SmtpClose() を使用して接続を閉じる必要があります。

$SMTP_PORT --Attributes
From: SMTP::$SMTP_PORT
File: class.smtp.php
説明: SMTP を設定します。 port

$Subject --Attributes
From: PHPMailer ::$Subject
File: class.phpmailer .php
説明: レターの件名を設定します

Send --Method
From: SMTP::Send()
File: class.smtp.php
説明: 指定された電子メール アドレスから電子メール送信を開始します

Send --Method
From: PHPMailer::Send()
File: class.phpmailer .php
説明: 電子メールを作成し、送信プログラムを開発します。送信が失敗した場合は、ErrorInfo を使用してエラー メッセージを表示してください。

SendAndMail -- メソッド
from: SMTP::SendAndMail()
ファイル: class.smtp.php
説明: 指定された電子メール アドレスから電子メール転送を開始します。

SendOrMail --Method
From: SMTP::SendOrMail()
ファイル: class.smtp.php
説明:指定されたメール アドレスからメール転送を開始します。

SetLanguage --Method
From: PHPMailer::SetLanguage()
File: class.phpmailer.php
Description: 言語を設定します。 phpmailer エラー メッセージのタイプ。言語ファイルをロードできない場合は false が返され、デフォルトは英語です。

SMTP --Method
from: SMTP::SMTP()
File: class. smtp.php
説明: データが既知の状態になるようにオブジェクトを初期化します

SMTP --Object
From: SMTP
File: class.smtp.php
説明: SMTP オブジェクト

SmtpClose --Method
From: PHPMailer::SmtpClose()
File: class.phpmailer.php
説明: SMTP がアクティブな場合は閉じます。

T で始まる

$Timeout --Attributes
From: PHPMailer::$Timeout
File: class.phpmailer.php
Description: SMTPサーバー(単位:秒)。注: win32 では、この属性は無効です

Turn -- メソッド
from: SMTP::Turn()
ファイル: class.smtp.php
説明: これはオプションの SMTP パラメータです、現在 phpmailer はサポートしていませんが、

$Username --attribute
from: PHPMailer::$Username
File: class で始まる

U をサポートする可能性があります。 php
説明: SMTP ユーザー名を設定します

V で始まります

$Version --Attributes
から: PHPMailer::$Version
ファイル: class.phpmailer
説明: Phpmailer のバージョンを返します

Verify --method
From: SMTP::Verify()
File: class.smtp.php
説明:サーバー 名前が検証されているかどうか

W で始まる:

$WordWrap --Attributes
From: PHPMailer::$WordWrap
File: class.phpmailer.php
説明: 設定 1 行あたりの最大文字数、文字数を超えた場合の自動行折り返し

ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート