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 =>
'
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]