in reply to Re: Re: Re: Net::SMTP and debugging ?
in thread Net::SMTP and debugging ?

Use MIME::Lite instead

Well, thanks, a small one line test worked just fine, no authentication needed, and the headers look more like the (NMS) FormMail.pl headers. The website does state they have SENDMAIL, but they _actually_ use Exim. I just used the example for the headers and the body, and then

$msg->send;
Looks like that's all I need. As there is quite a lot of email 'body', is the best way to do multiple

Data =>"Some test in the body part" )

.. or some other preferred method, considering there are a few MySQL 'FOR' loops to build parts of the email body.

Thanks,

Peter