Re: send mail with authentication and secure connection

2006-03-06 Thread Marco CENTEMERI
It works fine! Thanks Marco C. --- Original Message Sent: Wednesday 01 March 2006 9:01:14 PM To: "Perl Beginners" From: "Michael Weber" <[EMAIL PROTECTED]> Subject: send mail with authentication and secure connection > How about this: > > Net::SMTP::TLS - An

Re: send mail with authentication and secure connection

2006-03-01 Thread Michael Weber
How about this: Net::SMTP::TLS - An SMTP client supporting TLS and AUTH Found on CPAN. -Michael >>> Leif Ericksen <[EMAIL PROTECTED]> 3/1/2006 1:24:30 PM >>> Are you trying to have a perl script send some mail for you? Your want perl to do expect like conditions? Look at using expect in perl

Re: send mail with authentication and secure connection

2006-03-01 Thread Leif Ericksen
Are you trying to have a perl script send some mail for you? Your want perl to do expect like conditions? Look at using expect in perl. -- Leif Ericksen On Wed, 2006-03-01 at 17:13 +0100, Marco CENTEMERI wrote: > Hi All, > I need to send automatically e-mail using my account. > Because mails h

Re: send mail with authentication and secure connection

2006-03-01 Thread JupiterHost.Net
Marco CENTEMERI wrote: Hi All, Hello, I need to send automatically e-mail using my account. Because mails have to be sent outside my company intranet and I must be authenticated and use TLS connection to talk to the server, the sendmail utility doesn't work. Have You any hint how to do it?