メール (Previous) (Next) 導入

View this page in Last updated: Sun, 24 Aug 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Mail

目次
導入 -- メールの送信方法とメーラーのバックエンド
Mail::factory() -- メーラインスタンスを作成する
Mail::send() -- メールを送信する
RFC822 - 導入 -- メールアドレスの検証
Mail_RFC822::parseAddressList() -- メールアドレスの一覧から各部分を展開する

メール送信のためのインターフェース

メール (Previous) (Next) 導入

Download Documentation Last updated: Sun, 24 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: gunman008@yahoo.com
I got error undefine class, pointing to the mail :: factory. can anyone help me out?
Note by: user@example.com
If you get an error like "Fatal error: Class 'Mail' not found" then you probably put

require_once "Mail/mail.php";

when you should have put

require_once "Mail.php";