"Quoted-printable line longer than 76 chars" warning when sending HTML E-Mail
Posted
by Chris Roberts
on Stack Overflow
See other posts from Stack Overflow
or by Chris Roberts
Published on 2008-09-12T10:31:35Z
Indexed on
2010/03/15
12:09 UTC
Read the original article
Hit count: 554
Hi,
I have written some code in my VB.NET application to send an HTML e-mail (in this case, a lost password reminder).
When I test the e-mail, it gets eaten by my spam filter. One of the things that it's scoring badly on is because of the following problem:
MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76 chars
I've been through the source of the e-mail, and I've broken each line longer than 76 characters into two lines with a CR+LF in between, but that hasn't fixed the problem.
Can anyone point me in the right direction?
Thanks!
© Stack Overflow or respective owner