Re: Using Mail modules with Embperl

2001-07-08 Thread Gerald Richter
> Yes, we are running on Windows. The only solution, due to the socket problem under mod_perl and windows, I have found, is to start an extra process that acutally send the mail. For example via system: system ("perl mail.pl") ; (of course you need a way how to pass the mail data you want to

Re: Using Mail modules with Embperl

2001-07-02 Thread John Scanlon
Yes, we are running on Windows. Thanks for the information, and I'll take a look at HTML::Embperl::Mail John On Sat, 30 Jun 2001, Gerald Richter wrote: > > We've tried to use both the Mail::Sendmail and Mail::Sender modules with > > Embperl, and have come across the same difficulty with both:

Re: Using Mail modules with Embperl

2001-06-30 Thread Gerald Richter
> We've tried to use both the Mail::Sendmail and Mail::Sender modules with > Embperl, and have come across the same difficulty with both: a script will > work correctly once (i.e. will send mail out through an SMTP server) and > then will not work again until Apache is re-booted. Can anyone shed

Re: Using Mail modules with Embperl

2001-06-29 Thread Akshay Arora
I've had quite a bit of success with the MIME::Lite module. It isn't installed with Perl, but CPAN has no problem installing it. It has a similar syntax to Mail::Sender. I haven't tried sending attachments with it, but it seems like that MIME::Lite might be able to do that as well. -Akshay Neil

Re: Using Mail modules with Embperl

2001-06-29 Thread Neil Gunton
John Scanlon wrote: > > We've tried to use both the Mail::Sendmail and Mail::Sender modules with > Embperl, and have come across the same difficulty with both: a script will > work correctly once (i.e. will send mail out through an SMTP server) and > then will not work again until Apache is re-bo