in the Net::SMTP module how does one differentiate the header-from and
envelope-from ID .. i had read somewhere that $smtp->mail($from) is
the envelope form id .. then how do i add the header from ID .. .
thanks a million

:
$smtp->mail($from);
$smtp->to($to);
$smtp->data();
$smtp->datasend("Subject: $sub");
$smtp->datasend("\n");
$smtp->datasend("\n");



-- 
Regards
Agnello D'souza

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to