The problem with using other modules is that I'm not in control of the
server.  Is there a way to use a module without having access to the perl
lib. directories?  I just have an account, one of those http://blah.edu/~me/
kinda things.

Thanks,
Ryan
----- Original Message -----
From: fliptop <[EMAIL PROTECTED]>
To: Ryan Davis/Pamela Karr <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 11:16 AM
Subject: Re: Still having problems sending mail...


> Ryan Davis/Pamela Karr wrote:
> >
> > I'm still trying to get my script to send some a simple email.  I looked
up
> > some examples, namely : http://perlfect.com/articles/sendmail.shtml,
> > but it still doesn't work.  I'm using the -T switch, and heres the code
> > fragment:
> [snip]
> > Then I try to send the mail.
> >
> >  open(MAIL, "|$sendmail");
> >  print MAIL $replyto."\n";
> >  print MAIL "Subject: \"$fn $ln\" added to list."."\n";
> >  print MAIL $to."\n";
> >  print MAIL "Content-type: text/plain\n\n";
> >  print MAIL "$fn\n$ln\n$email\n$url\n$gpa\n$keywords\n";
> >  close(MAIL);
>
> have any of you having these mailing problems looked into using
> mime::lite?  it really simplifies sending email from a perl script.
>
> http://search.cpan.org/search?dist=MIME-Lite


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to