I am having a really strange email issue here and I just can not figure out what is going on. Then I thought to myself only really smart people read my blog, why not ask them. There is a contact form on this site that collects name email and comments. This is just a simple way for visitors of the site to get in touch with me.
I originally had the email sending from my Gmail account to the same account. This raised a red flag and Gmail flagged it as spam. I ended up changing the from address to my Google Apps domain and I was now getting the email but there was still one problem. No matter where the email is coming from Gmail is stripping the body content of the email and I end up with something like this.
I thought maybe something was wrong with my code so I double checked it and quickly realized I never write bad code (joke). I changed the to address to my work email and sure enough it came through fine. In Gmail you can click on a drop down to the right and show the original which is the raw email headers and all.
As you can see the email content is there but for whatever reason Gmail does not want me to see it. Does anyone know why this is happening and how I can fix it?

