Re: connecting to a mail server via IMAP

2004-02-18 Thread John
TECTED]> To: "John" <[EMAIL PROTECTED]> Cc: "Perl Beginners" <[EMAIL PROTECTED]> Sent: Wednesday, February 18, 2004 2:25 AM Subject: Re: connecting to a mail server via IMAP > John wrote: > > > Is it neseccary to authenticate the smtp host? > >

Re: connecting to a mail server via IMAP

2004-02-17 Thread R. Joseph Newton
John wrote: > Is it neseccary to authenticate the smtp host? Aah, what kind of attachments are you needing to send? Something about your line of inquiry is disquieting. For what it is worth this is quickly becoming more difficult. This is fortunate. There is no good reason for any e-mail to b

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
Alright, i would like to listen about the possibility of the authentication as far as i am not a spammer. - Original Message - From: "Daniel Staal" <[EMAIL PROTECTED]> To: "Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 8:07 PM S

Re: connecting to a mail server via IMAP

2004-02-17 Thread Daniel Staal
--As of Tuesday, February 17, 2004 7:42 PM +0200, John is alleged to have said: Relaying denied. What is that? The sever doesn't allow you to connect to send mail through it. (You can send mail *to* it, or *from* it, probably, but not *through* it.) Could i connect to any smtp server i want.

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
lf :-)... > > 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

2004-02-17 Thread Jenda Krynicky
From: Daniel Staal <[EMAIL PROTECTED]> > --As of Tuesday, February 17, 2004 4:58 PM +0200, John is alleged to > have said: > > > Here is my code > > Thanks. ;-) > > >#!/usr/bin/perl -w > > use strict; > > > use Mail::Sender; > > $sender = new Mail::Sender({smtp => 'mymailserver', from => >

Re: connecting to a mail server via IMAP

2004-02-17 Thread Wiggins d Anconia
t; 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: > > > > > Unfortu

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
Things getting better :) But what is the difference in Path and FileName in the attachment method? - 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

2004-02-17 Thread Daniel Staal
--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('s

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
Unfortunately, MIME::Lite requires Sendmail on the host. - Original Message - From: "Daniel Staal" <[EMAIL PROTECTED]> To: "Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 5:26 PM Subject: Re: connecting to a mail server via IMAP

Re: connecting to a mail server via IMAP

2004-02-17 Thread Daniel Staal
--As of Tuesday, February 17, 2004 4:58 PM +0200, John is alleged to have said: Here is my code Thanks. ;-) #!/usr/bin/perl -w use strict; use Mail::Sender; $sender = new Mail::Sender({smtp => 'mymailserver', from => '[EMAIL PROTECTED]'}); $sender->MailFile({to => '[EMAIL PROTECTED]', sub

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
; > http://danconia.org > > > - Original Message - > > From: "Rob Dixon" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, February 17, 2004 3:10 PM > > Subject: Re: connecting to a mail server via IM

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
'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:

Re: connecting to a mail server via IMAP

2004-02-17 Thread Daniel Staal
--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

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
quot; <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 3:42 PM Subject: RE: connecting to a mail server via IMAP > I don't think you can send attachments using Net::SMTP. > > Use Mail::Sender by Jenda Krynickyit works ! > > And what's best is that Jenda is alway

RE: connecting to a mail server via IMAP

2004-02-17 Thread Thind, Aman
. Cheers -aman -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: 17 February 2004 18:54 To: Perl Beginners Subject: Re: connecting to a mail server via IMAP Using Net::SMTP can i send an email from my machine? Or Net::SMTP will enable to me to connect to a mail server and

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
04 3:10 PM Subject: Re: connecting to a mail server via IMAP > John wrote: > > > > From: "Rob Dixon" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, February 17, 2004 2:41 PM > > Subject: Re: connecting to a mail server via IMAP

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
ROTECTED]> To: "Perl Beginners" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 2:56 PM Subject: Re: connecting to a mail server via IMAP > So, could we send attachments using the Mail::IMAPClient? > > - Original Message - > From: "Rob Dixon"

Re: connecting to a mail server via IMAP

2004-02-17 Thread Rob Dixon
John wrote: > > From: "Rob Dixon" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 17, 2004 2:41 PM > Subject: Re: connecting to a mail server via IMAP > > > > > John wrote: > > > > > > Can perl c

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
So, could we send attachments using the Mail::IMAPClient? - Original Message - From: "Rob Dixon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 2:41 PM Subject: Re: connecting to a mail server via IMAP > > John wrote: > &

Re: connecting to a mail server via IMAP

2004-02-17 Thread Rob Dixon
John wrote: > > Can perl connect to a mail server via imap and then send some > emails (with attachements of course). John wrote: > > Has perl its own smpt to send mails? Hi John. You need Mail::IMAPClient and Net::SMTP. HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: connecting to a mail server via IMAP

2004-02-17 Thread John
Has perl its own smpt to send mails? - Original Message - From: "David le Blanc" <[EMAIL PROTECTED]> To: "John" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 1:25 PM Subject: RE: connecting to a mail server via IMAP > > Probably can. Have