これは、電子メールの添付ファイルを追加します。
AddAttachement ( string $filename , [ string $fileType = null ], [ string $data = null ]) ボイド AddAttachement( 文字列 $ファイル名 、[ 文字列 $ fileTypeを = NULL]、[ 文字列 $データ = NULL])
- $filename : the filename of the attachment 文字列 $ファイル名 :添付ファイルの名前
- $fileType : the file type of the attachment 文字列 $ファイルタイプ :添付ファイルのファイルタイプ
- $data : of the attachment this is not needed as it can be retrieved from the filename. 文字列 $データ :それはファイル名から取得することができるように添付ファイルで、これは必要ありません。
これは、ブラインドカーボンコピーの電子メールアドレスのリストにメールアドレスを追加します。
AddBCC ( string $address ) ボイド AddBCC( 文字列 $アドレス )
- $address : the email address to add 文字列 $アドレス :追加するメールアドレス
これはカーボンコピーの電子メールアドレスのリストにメールアドレスを追加します。
AddCC ( string $address ) ボイド AddCC( 文字列 $アドレス )
- $address : the email address to add 文字列 $アドレス :追加するメールアドレス
これは、はるかに簡単な電子メールでの作業になりますメールアドレスにテンプレート化されたボディが追加されます。
$ templatedFilename後のすべてのパラメータは、テンプレートで使用されています。 このメソッドに渡された少なくとも二つのパラメータが存在する必要があります。
AddTemplatedBody ( string $templateFilename ) ボイド AddTemplatedBody( 文字列 $ templateFilename)
- $templateFilename : the filename of the templated body 文字列 $ templateFilename:template宣言された本体のファイル名
これは、電子メールアドレスのリストにメールアドレスを追加します
AddTo ( string $address ) ボイド AddTo( 文字列 $アドレス )
- $address : the email address to add 文字列 $アドレス :追加するメールアドレス
これは、電子メールを送信します。
Send () Send()は無効
__get ( ボイド __取得 ( ) $ var)の
__set ( ボイド _セット ( , $ varは 、 ) $ varValue)
__toString () ボイド の__toString()