What is the sample code of what you are using? Are you using one of the Send methods?
I would recommend in this case not using Mail::Sender and instead using something like Email::Send (with Email::Send::SMTP). Mail::Sender is more geared for the generation of mail messages and the required headers and encoding whereas Email::Send is for transferring an already generated message (such as in your case). > Yes !! That's exactly my question is what would be a simply way to "resent > directly". Through a new mail with attachment ? or copy the source as > content > between DATA and <CR><LF>.<CR><LF> ? > > Thank you very much, > Panda-X > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/