MIME::Lite creates a proper header & body and sends it to *nix sendmail.
I used MIME::Lite to create same on my local PC and now want to upload it and use sendmail to send it. I'm using the same sendmail parameters as MIME::Lite (-t -oi -oem), but when the message arrives at destination, the message body contains the header information as message text.
I can't send just the body, because sendmail needs to use the proper message type, which varies.
Any idea how to send it to sendmail and make it use the exisiting header & body I provide?
Thanks,
GN
I used MIME::Lite to create same on my local PC and now want to upload it and use sendmail to send it. I'm using the same sendmail parameters as MIME::Lite (-t -oi -oem), but when the message arrives at destination, the message body contains the header information as message text.
I can't send just the body, because sendmail needs to use the proper message type, which varies.
Any idea how to send it to sendmail and make it use the exisiting header & body I provide?
Thanks,
GN