When using MIME::Lite I get a couple of problems.
I run it on two different servers and on one of them it runs fine.
On the second i get the following problems:
1: It breaks a few lines in "random" places.
2: It prints all the content stuff in the email. (I have used $msg->scrub(['content-length'])
Why does it not print the content stuff on the other server as well.
The server that works fine is running Perl 5.6.1 and the other is running 5.8.0...
They both run HP UX 11 (one is 11.00 and one is 11.11)
Any ideas?
I run it on two different servers and on one of them it runs fine.
On the second i get the following problems:
1: It breaks a few lines in "random" places.
2: It prints all the content stuff in the email. (I have used $msg->scrub(['content-length'])
Why does it not print the content stuff on the other server as well.
The server that works fine is running Perl 5.6.1 and the other is running 5.8.0...
They both run HP UX 11 (one is 11.00 and one is 11.11)
Any ideas?