logo       

SMTP trySend Issues: msg#00071

Subject: SMTP trySend Issues
Mark,
 
I'm using the package Mail::Transport::SMTP to send an email message to a list of recipients, some of which may be bad as determined by the SMTP server I am sending to. I would like the send to suceed for at least the valid recipients within the this. After looking at the source it appears that this option has been contemplated but not implemented at the trySend level (at least not that I can determine). Is there are way to invoke this behavior with the current implementation (short of writing the code)? If not, would it be reasonable to implement it in the way which was previously studied (in the commented out code)?
 
 
sub trySend($@)
{   my ($self, $message, %args) = @_;
 
    foreach (@to)
    {     next if $server->to($_);
# must we be able to disable this?
# next if $args{ignore_erroneous_destinations}
          $server->quit;
          return 0;
    }
 
 
.....
 
 
sub recipient
{
 my $smtp = shift;
 my $opts = "";
 my $skip_bad = 0;
 
 if(@_ && ref($_[-1]))
  {
   my %opt = %{pop(@_)};
   my $v;
 
   $skip_bad = delete $opt{'SkipBad'};
 
etc...
 
Steve
 
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe