$mail{Date} = 'Tue, 19 Oct 2010 21:09:56 +0200';
To make the date string, you can use the module's time_to_date()
function. So you could also write:
$mail{Date} = Mail::Sendmail::time_to_date( $my_unix_epoch_time );
--
You received this message because you are subscribed to the Google Groups "Perl Mail::Sendmail" group.
To post to this group, send email to perl-mai...@googlegroups.com.
To unsubscribe from this group, send email to perl-mailsendm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/perl-mailsendmail?hl=en.