メールにファイルを添付する方法を確認します。Mail_Mimeクラスで用意されている「addAttachment」メソッドを使います。 Mail_Mime::addAttachment() boolean addAttachment (string $file, string [$c_type = 'application/octet-stream'], string [$name = ''], boolean [$isfile = TRUE], string [$encoding = 'base64']) 引数: $file ファイル名かデータ自身 $c_type ファイルの内容の種類 $name $fileがデータの場合のファイル名 $isfile $file がファイル名かどうか $encoding ファイルのデータを転送するための符号化の種類。デフォルト は「base64」 戻り値