Here is my code #!/usr/bin/perl -w
use Mail::Sender; $sender = new Mail::Sender({smtp => 'mymailserver', from => '[EMAIL PROTECTED]'}); $sender->MailFile({to => '[EMAIL PROTECTED]', subject => 'Here is the file', msg => "I'm sending you the list you wanted."}); john, john2 usernames exist on the mymailserver (it runs ESMTP Sendmail 8.9.3/8.9.3) ----- Original Message ----- From: "Daniel Staal" <[EMAIL PROTECTED]> To: "Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 4:47 PM Subject: Re: connecting to a mail server via IMAP > --As of Tuesday, February 17, 2004 4:17 PM +0200, John is alleged to have > said: > > > Is it neseccary to authenticate the smtp host? > > It depends on the host. ;-) > > > testing the first sample script i saw no results. > > > > Where is the problem? > > We'll need more information than that... I assume you were trying to mail > to an address you can check, from an address you can check? If it got > through, there is no notification, and many errors would result in a bounce. > > Otherwise, if we could see the code you tried we could help. > > Daniel T. Staal > > --------------------------------------------------------------- > This email copyright the author. Unless otherwise noted, you > are expressly allowed to retransmit, quote, or otherwise use > the contents for non-commercial purposes. This copyright will > expire 5 years after the author's death, or in 30 years, > whichever is longer, unless such a period is in excess of > local copyright law. > --------------------------------------------------------------- > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>