using PHP mail()...Blank Messages
Posted: Wed May 21, 2008 3:04 pm
Hi,
I am using PHP's mail() to send a "simple email" to an email address
a minute ago the following email message was outputted
My problem is that the above email body is BLANK in my inbox right now even thought the above is what was sent to me via email.
The thing is...If i flooded the form text area that sumitting this information with alot of text....I would get part of the message in the body of the email
Whats even wierd about this is that I am using this same script for another form which so happens to have alot more information to send and i get the body of the message
So .....what in blue sam hills is going on here?

I am using PHP's mail() to send a "simple email" to an email address
a minute ago the following email message was outputted
As you can see I have made up the message to support plain text and html...================================================<br>{email removed}<br>Feedback Form<br>
--fda663d909b7084f9d2ad6cb4cb0e92b-xxx--
Content-Type: text/plain; charset='iso-8859-1'
Content-Transfer-Encoding: 8bit
The following was submitted on Wed, 21 May 2008 12:44:20 -0700:
first_name: Kendall
last_name: Arneaud
email_address: {email removed}
phone: 9999999
comments: orem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
--fda663d909b7084f9d2ad6cb4cb0e92b-xxx--
Content-Type: text/html; charset='iso-8859-1'
Content-Transfer-Encoding: 8bit
The following was submitted on Wed, 21 May 2008 12:44:20 -0700:<br/>first_name: Kendall<br/>last_name: Arneaud<br/>email_address: {email removed}<br/>phone: 9999999<br/>comments: orem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.<br/>
--fda663d909b7084f9d2ad6cb4cb0e92b-xxx----
<br>MIME-Version: 1.0
To: Youth Business Trinidad and Tobago <{email removed}>
From: Kendall <{email removed}>
Reply-To: <{email removed}>
Bcc: <{email removed}>
Content-Type: multipart/alternative; boundary="fda663d909b7084f9d2ad6cb4cb0e92b-xxx--"
<br>
My problem is that the above email body is BLANK in my inbox right now even thought the above is what was sent to me via email.
The thing is...If i flooded the form text area that sumitting this information with alot of text....I would get part of the message in the body of the email
Whats even wierd about this is that I am using this same script for another form which so happens to have alot more information to send and i get the body of the message
So .....what in blue sam hills is going on here?