PLEASE, bottom post... > Things getting better :) > > But what is the difference in Path and FileName in the attachment method? >
Path is the location of the file on the local file system, FileName is used in the content-disposition header for providing a suggested name for the file on the recipient's end which may or may not be used or even seen depending on the client. See told you, you didn't want to wrangle mail yourself :-)... http://danconia.org > > ----- Original Message ----- > From: "Daniel Staal" <[EMAIL PROTECTED]> > To: "Perl Beginners" <[EMAIL PROTECTED]> > Sent: Tuesday, February 17, 2004 6:10 PM > Subject: Re: connecting to a mail server via IMAP > > > > --As of Tuesday, February 17, 2004 5:53 PM +0200, John is alleged to have > > said: > > > > > Unfortunately, MIME::Lite requires Sendmail on the host. > > > > --As for the rest, it is mine. > > > > Actually, no. It just uses it by default... You can say: > > $msg->send('smtp'); #Uses the default smtp server. > > or: > > $msg->send('smtp', 'host.com'); #Uses host.com. > > > > 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> > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>