> > 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

Thanks again!
Dan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to