Re: looping, 4 at a time - I have tried this, but for several reasons this is
undesirable, although it is a last-resort tactic.

Re: the Authen::SASL download - there are 20 .pm modules in the tarball:

Name           Type           Modified             Size  Ratio

ANONYMOUS.pm   PM File        4/26/2005 6:34 AM   1,817     0%

Base.pm        PM File        4/26/2005 6:34 AM     841     0%

Builder.pm     PM File        4/26/2005 6:34 AM  18,413     0%

Can.pm         PM File        4/26/2005 6:34 AM     932     0%

CRAM_MD5.pm    PM File        4/26/2005 6:34 AM     352     0%

CRAM_MD5.pm    PM File        4/26/2005 6:34 AM   2,034     0%

DIGEST_MD5.pm  PM File        4/26/2005 6:34 AM   4,223     0%

EXTERNAL.pm    PM File        4/26/2005 6:34 AM     352     0%

EXTERNAL.pm    PM File        4/26/2005 6:34 AM   1,735     0%

Fetch.pm       PM File        4/26/2005 6:34 AM   2,444     0%

Include.pm     PM File        4/26/2005 6:34 AM     410     0%

Install.pm     PM File        4/26/2005 6:34 AM   3,788     0%

LOGIN.pm       PM File        4/26/2005 6:34 AM   1,936     0%

Makefile.pm    PM File        4/26/2005 6:34 AM   3,733     0%

Metadata.pm    PM File        4/26/2005 6:34 AM   4,944     0%

More.pm        PM File        4/26/2005 6:34 AM  10,186     0%

Perl.pm        PM File        4/26/2005 6:34 AM   2,236     0%

PLAIN.pm       PM File        4/26/2005 6:34 AM   1,974     0%

SASL.pm        PM File        4/26/2005 6:34 AM   2,452     0%

Win32.pm       PM File        4/26/2005 6:34 AM   1,935     0%

Note there are 2 sets of pairs (same name, different size). Are they all needed?
If not, which?

----- Original Message ----- 
From: "Sisyphus" <[EMAIL PROTECTED]>
To: "David Ressler" <[EMAIL PROTECTED]>; "Perl List"
<perl-win32-users@listserv.ActiveState.com>
Sent: Thursday, June 16, 2005 6:07 PM
Subject: Re: Authen:SASL



----- Original Message ----- 
From: "David Ressler" <[EMAIL PROTECTED]>
To: "Perl List" <perl-win32-users@listserv.ActiveState.com>
Sent: Friday, June 17, 2005 5:54 AM
Subject: Authen:SASL


> My web host has recently limited the total Cc: and Bcc: recipients to 4
when I
> use sendmail from a Perl script in an attempt to control outgoing spam.
They
> tell me I can get around this by using Authen::SASL along with Net::SMTP,
but
> offer no clue about how to do this. Can anyone give me an example of how
this
> might work? I need to send mail to 7 or 8 people based on events at the
website,
> and most need to be CC-ed or Bcc-ed.

Don't know how to use Authen::SASL, but couldn't you also get around the
problem by having the script loop through a cycle that connects to the mail
server, sends to 4 recipients, then disconnects ? The script would loop
through that cycle until mail has been sent to each of the intended
recipients.

>
> I also note that the download of Authen::SASL 2.09 contains scores of
files,
> about 122K in tar form. I will apparently have to have this in my web
since my
> web host says they don't have it installed. Any suggestions?
>

This part is probably not so bad. It's simplest if you are able to get your
ISP's server to do that installation for you. Otherwise, since the
Authen::SASL module is pure perl, it's just a matter of placing the required
'.pm' files into some location within your "user" directory and then making
them accessible with the appropriate 'use lib' directive at the start of the
script. Looks to me that the only Authen::SASL files you'll need to upload
are the '.pm' files within the 'lib' folder inside the tarball.

Cheers,
Rob





_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to