Email-Sender-0.093380の翻訳済ドキュメントの一覧です

Email-Sender-0.093380

Email::Sender 電子メールを送信するためのライブラリ
Email::Sender::Failure a report of failure from an email sending transport
Email::Sender::Failure::Multi an aggregate of multiple failures
Email::Sender::Failure::Permanent a permanent delivery failure
Email::Sender::Failure::Temporary a temporary delivery failure
Email::Sender::Manual Email::Senderのマニュアルの目次
Email::Sender::Manual::QuickStart すぐにEmail::Senderを使い始める方法
Email::Sender::Role::CommonSending the common sending tasks most Email::Sender classes will need
Email::Sender::Role::HasMessage an object that has a message
Email::Sender::Simple the simple interface for sending mail with Sender
Email::Sender::Success the result of successfully sending mail
Email::Sender::Success::Partial a report of partial success when delivering
Email::Sender::Transport a role for email transports
Email::Sender::Transport::DevNull happily throw away your mail
Email::Sender::Transport::Failable a wrapper to makes things fail predictably
Email::Sender::Transport::Maildir deliver mail to a maildir on disk
Email::Sender::Transport::Mbox deliver mail to an mbox on disk
Email::Sender::Transport::Print print email to a filehandle (like stdout)
Email::Sender::Transport::SMTP send email over SMTP
Email::Sender::Transport::SMTP::Persistent an SMTP client that stays online
Email::Sender::Transport::Sendmail send mail via sendmail(1)
Email::Sender::Transport::Test deliver mail in memory for testing
Email::Sender::Transport::Wrapper a mailer to wrap a mailer for mailing mail
Email::Sender::Util random stuff that makes Email::Sender go