佐野 拓 > Tripletail-0.17 > Tripletail::Sendmail::Sendmail

Download:
Tripletail-0.17.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Source   Latest Release: Tripletail-0.48

NAME ^

Tripletail::Sendmail::Sendmail - Sendmailメール送信

DESCRIPTION ^

sendmailコマンドを利用してメールを送信する。

METHODS

new
send
  $smail->send(-data => $data)
  $smail->send(-data => $data)

宛先は-dataのヘッダからsendmailが抽出し、送信する。

Ini パラメータ

commandline
  commandline = /usr/sbin/sendmail -t -i

sendmailコマンドを指定する。オプションも同時に指定する。

ヘッダから送信先を取り出す「-t」オプションと、EOFでメールの終端を認識する「-i」オプションの指定は必須となる。

デフォルトは「/usr/sbin/sendmail -t -i」

SEE ALSO ^

Tripletail
Tripletail::Sendmail

AUTHOR INFORMATION ^

Copyright 2006 YMIRLINK Inc. All Rights Reserved.

This framework is free software; you can redistribute it and/or modify it under the same terms as Perl itself

このフレームワークはフリーソフトウェアです。あなたは Perl と同じライセンスの 元で再配布及び変更を行うことが出来ます。

Address bug reports and comments to: tl@tripletail.jp

HP : http://tripletail.jp/