Re: Strange problem with Mail::Send

2005-02-18 Thread Stas Bekman
Ken Miller wrote: My web app sends notification emails when a task transitions from one part of the work flow to another. I use Mail::Send to send mail, using a smtp server to transfer the mail. The code looks something like this: my $mail = Mail::Send->new( Subject => 'a subject', To => '

Strange problem with Mail::Send

2005-02-16 Thread Ken Miller
My web app sends notification emails when a task transitions from one part of the work flow to another. I use Mail::Send to send mail, using a smtp server to transfer the mail. The code looks something like this: my $mail = Mail::Send->new( Subject => 'a subject', To => '[EMAIL PROTECTED]