> 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
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:
> 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
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
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