RobertCZ wrote:
ups, second example should be
$mail2 = qq{ test2 test2 };
Embperl::Mail::Execute({
input => \$mail2,
subject => 'Embperl email test2',
to => '[EMAIL PROTECTED]',
from => '[EMAIL PROTECTED]',
});
but whatever I do, even if I execute two different input files, the second email is always wrong
at least an idea how to work around it? thanks
- r.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
