Re: Re : Whatches and Mail sender
Hi Sylvie,
I have been ripping my hair out trying to figure out why my newsletter announcement email is not being properly received; perhaps this test makes sense to you:
the following is simple newsletter being sent from my 1.9.0 site; the resulting source html of the email rcv'ed at 2 different MTA's is shown here:
The first works, the 2nd doesn't.
Also a 3rd MTA shows an email that is completely blank (not sure what actual html code is).
I can see the it is the _quotedPrintableEncode that is replacing the "=" with "=3D" as well as breaking the lines up to smalelr parts and adding the "=" as a line continuation character. It would seem though that MTA #2 does not handle this correctly (whereas MTA #1 does) .
Is there any setting or code changes that could make this more universal??