summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Mailer.pm
AgeCommit message (Expand)Author
2006-11-26fix comments.fukachan
2006-07-09white space cosmeticsfukachan
2006-04-05modifieid to sync w/ Mail::Delivery::Queue changes.fukachan
2006-04-03enable fallbackfukachan
2006-04-01fix copyrightfukachan
2006-03-26use $curproc->log() as log_info and $curproc->logdebug() as log_debugfukachan
2006-03-25rewritten to use access methods to sync w/ Mail::Delivery overhaul.fukachan
2006-03-21validate format of recipient within smtp transaction.fukachan
2005-06-04fix copyrightfukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-07-11fix commentsfukachan
2004-05-18pass params $smpt_servers and $smtp_recipient_limit into delivery systemqueue-based-distribute-basefukachan
2004-04-23remove "use FML::Log;".fukachan
2004-01-02more strict error checks.fukachan
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-25FNF: fix commentsfukachan
2003-08-23fix copyrightfukachan
2003-08-23modified to use $curproc->log*() methods.fukachan
2003-08-23new FML::Mailer $curproc;fukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2002-12-26not set smtp_log_handle to avoid duplicationfukachan
2002-12-18fix comments. more error messagesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-03white spacesfukachan
2002-07-23reconstruct SQL functions in IO::Adapterfukachan
2002-07-02fix comments and copyrightfukachan
2002-05-27pass smtp log file handle to Mail::Deliveryfukachan
2002-05-22save smtp log at var/mail/outgoing/fukachan
2001-12-23remove \s*$fukachan
2001-12-22update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-05-28clean up documentsfukachan
2001-05-19verify input: $args->{ message } is defined.fukachan
2001-05-18check type of arguments: recipient, recipientsfukachan
2001-05-06send() accpets { file => $filename } parameter.fukachan
2001-05-05sendmail() utility which is a wrapper for Mail::Deliveryfukachan