Welcome Guest, Not a member yet? Register   Sign In
HTML Emails and Yahoo
#1

[eluser]helloadam[/eluser]
Howdy,

When I send out an HTML email using the built in CI class, in Yahoo the first top of it gets cut off, while the rest is not shown in the email.

I can echo the message out fine and made sure no HTML errors are in my code, but when I send it off and check with Yahoo, only about the top portion gets shown.


Any ideas?

Thanks,
Adam
#2

[eluser]sophistry[/eluser]
yes, yahoo strips a bunch of stuff from your HTML email.

an email service called campaign monitor has collected lots of data on which email readers do what. check it out and re-write your HTML to suit your target reader, be it yahoo, outlook, eudora, or pine.
#3

[eluser]helloadam[/eluser]
Howdy,

Found the issue,

$send_multipart needs to be set to FALSE.


Thanks,
Adam
#4

[eluser]Derek Jones[/eluser]
Actually adam, that's not the solution. What was likely happening was you had a space or tab character that landed at the 76th character or EOL and ended up getting improperly encoded to a null character. Yahoo truncated all content following any null character in the email. This has been fixed in the svn and HTML emails to Yahoo can now be sent willy nilly!
#5

[eluser]LoganPHP[/eluser]
I have same problem...pls any one help me




Theme © iAndrew 2016 - Forum software by © MyBB