Hello,
I have a problem whereby I have a mailing script which pipes directly into sendmail, but the user is entering extremely long lines and sendmail is rejecting the email because of it. For the HTML portion of the email I can use encode_qp which works fine, but if I use encode_qp for the plaintext version of the email it is displayed literally, thus:
This is a test mess=
age with long lines=
in it
How can I split a plain text email message using perl to pipe into sendmail without getting errors about long lines?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!
I have a problem whereby I have a mailing script which pipes directly into sendmail, but the user is entering extremely long lines and sendmail is rejecting the email because of it. For the HTML portion of the email I can use encode_qp which works fine, but if I use encode_qp for the plaintext version of the email it is displayed literally, thus:
This is a test mess=
age with long lines=
in it
How can I split a plain text email message using perl to pipe into sendmail without getting errors about long lines?
C:\DOS:>
C:\DOS:>RUN
RUN DOS RUN!!