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?
>
>
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
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
--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.
: Tuesday, February 17, 2004 6:40 PM
Subject: Re: connecting to a mail server via IMAP
> 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
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 =>
>
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
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:
--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
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
--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
;
> 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
'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:
--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
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
.
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
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
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"
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
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:
> &
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
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
Can perl connect to a mail server via imap and then send some emails (with
attachements of course)
23 matches
Mail list logo