Re: Net::SMTP envelop from query

2011-09-13 Thread Jeff Pang
13 сентября 2011, 14:29 от Agnello George : > 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 .. . That's in the message body. for example,

Net::SMTP envelop from query

2011-09-13 Thread Agnello George
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("Subjec