From: "Dan Muey" <[EMAIL PROTECTED]> > For a simple plain text message I do new( with smtp and from) then > Open (with to and subject) Since that is the minimal setup for me. > > What I'd like to do is add headers if they are specifed, after Open() > and SendLineEnc().
No. When Open() or OpenMultipart() returns all headers have already been sent and the message body is expected. There is no way to add any more headers. Unlike MIME::Lite Mail::Sender doesn't prepare the whole message before sending it. Mail::Sender connects to the server within the Open()/OpenMultipart(), sends the headers and other stuff and then continues sending anything you instruct it to immediately. > Or if I specify them in Open and they are empty will Mail::Sender > simply ignore them? Yes it should Jenda =========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ========== There is a reason for living. There must be. I've seen it somewhere. It's just that in the mess on my table ... and in my brain I can't find it. --- me -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]