Re: used sendmail to send an attachment

2003-01-27 Thread Nilesh
Thanks you all guys! looks like its working ...with some issues at least i dont get pm not found message anymore root@host# ./mail.pl retrying in 1 seconds... connect to localhost failed (Connection refused) connect to localhost failed connect to localhost failed (Connection refused) no (more) ret

Re: used sendmail to send an attachment

2003-01-26 Thread R. Joseph Newton
Nilesh wrote: > ... > I also copied Sendmail.pm in my lib path ... This might be the problem right here, or it might be benignly useless. We use installers to do the work of installing files to the appropriate paths for a reason. The creators of a mofule know best how the elements interact wi

Re: used sendmail to send an attachment

2003-01-26 Thread Johnathan Kupferer
Sendmail.pm should be at: /opt/MIMperl5/lib/5.00503/sun4-solaris/Mail/Sendmail.pm The Mail:: prefix translates into a directory, hence the message: Can't locate Mail/Sendmail.pm in @INC - Johnathan Nilesh wrote: I have download Sendmail module and installed. I also copied Sendmail.pm in my

Re: used sendmail to send an attachment

2003-01-26 Thread John Baker
ks: /usr/local/lib/perl5/site_perl/5.005/Mail/Sendmail.pm jab On Fri, 24 Jan 2003, Nilesh wrote: > Date: Fri, 24 Jan 2003 14:38:04 -0800 > From: Nilesh <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: used sendmail to send an attachment > > I have download Sendma

Re: used sendmail to send an attachment

2003-01-26 Thread Nilesh
I have download Sendmail module and installed. I also copied Sendmail.pm in my lib path as follows: /opt/MIMperl5/lib/5.00503/sun4-solaris/ops.pm /opt/MIMperl5/lib/5.00503/sun4-solaris/re.pm /opt/MIMperl5/lib/5.00503/sun4-solaris/Sendmail.pm /opt/MIMperl5/lib/5.00503/vars.pm /opt/MIMperl5/lib/5.005

RE: used sendmail to send an attachment

2003-01-24 Thread Dan Muey
[snip] >I haven't used sendmail. Then what was ""I use $mailprog = '/usr/lib/sendmail'; to send e-mail with."" all about? >I have used SMTP server to send mail in groupwise environment. >Where should I look at in the 'catb' website. I'll even give you an anchor : 1 - Click here http://www.

RE: used sendmail to send an attachment

2003-01-24 Thread Scott, Deborah
Wow, this is kinda freaky Usually my perl email goes directly into a "perl" mail directory, but your two emails just popped into my work-inbox. I was just now starting to test a script for sending mail that works perfectly on a unix machine, but isn't working correctly on an NT server. That's

RE: used sendmail to send an attachment

2003-01-24 Thread Dan Muey
Yes I realize that link isn't the question page. But if you read what it says, namely, This site has moved change 'tuxedo' to 'catb' then you might deduce that the actual url is Going to be http://www.catb.org/~esr/faqs/smart-questions.html It changed since the last time I used it, so sorry if

RE: used sendmail to send an attachment

2003-01-24 Thread Dan Muey
> > I use $mailprog = '/usr/lib/sendmail'; to send e-mail with. > Can I use > this to send an attachment? Yes sendmail handles attachments. Read this, you'll have an easier time after you do : http://www.tuxedo.org/~esr/faqs/smart-questions.html Now if I was a jerk I'd stop there and let

RE: used sendmail to send an attachment

2003-01-24 Thread wiggins
On Fri, 24 Jan 2003 14:50:02 -0600, "Jerry Preston" <[EMAIL PROTECTED]> wrote: > I use $mailprog = '/usr/lib/sendmail'; to send e-mail with. Can I use > this to send an attachment? > Yes, but you should avoid it if at all possible. Have you co

used sendmail to send an attachment

2003-01-24 Thread Jerry Preston
I use $mailprog = '/usr/lib/sendmail'; to send e-mail with. Can I use this to send an attachment? Thanks, Jerry