Title: bmemor21's Replies | WordPress.org

---

# bmemor21

  [  ](https://wordpress.org/support/users/bmemor21/)

 *   [Profile](https://wordpress.org/support/users/bmemor21/)
 *   [Topics Started](https://wordpress.org/support/users/bmemor21/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bmemor21/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bmemor21/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bmemor21/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bmemor21/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bmemor21/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Blog by email posts blank in 2.3.2 w/ HTML email](https://wordpress.org/support/topic/blog-by-email-posts-blank-in-232-w-html-email/)
 *  [bmemor21](https://wordpress.org/support/users/bmemor21/)
 * (@bmemor21)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/blog-by-email-posts-blank-in-232-w-html-email/page/2/#post-681819)
 * Hello everyone,
 * I’m not a coder, but I think I’ve found the problem. If you look at line 152,
   you see:
 *     ```
       $content = explode('Content-Transfer-Encoding: quoted-printable', $content);
       ```
   
 * This line is basically setting the boundaries for the “meat” of the email. Depending
   upon what service the email is originating from, “quoted-printable” may be within
   the source of the email. After looking at email sources from various providers,
   I decided to change it to “Content-Transfer-Encoding:” This leaves a bit of junk
   in the message, but at least it lets it get through. If you comment out lines
   149-155 you get a similar effect, but a whole lot more junk.
 * I wish I knew more about PHP to put in various cases of Content-Transfer-Encoding,
   to eliminate the rest of the junk, so if anyone can help me out here that would
   be great.
 * Tim
    TMedWeb

Viewing 1 replies (of 1 total)