Hello:
I am using NET::SMTP to send email from my perl application. I need to time stamp the mails with a proper timezone where the receipent is. If the server is at CST and the time is 10 A.M the email receipent is in EST, then he should see the email with time stamp as 11 A.M. Since I know the receipent is in EST can I tell NET::SMTP to set the time as 11 A.M.
I have seen some applicaitons sending timestamp in GMT using NET::SMTP modules in Java.
Any help with code sample would be apprecaited.
Thanks