To read the body of a nessage in mail server?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajaseeth
Forum Newbie
Posts: 4
Joined: Tue Nov 03, 2009 9:27 am

To read the body of a nessage in mail server?

Post by rajaseeth »

Hi,

I want to read multipart messages. If i send a mail from Gmail or yahoo, the body of the message is not read properly. I also want to read all the messages properly. Can someone give me the code for it? I am developing an email application for the first time.

Thanks
Raja
curlybracket
Forum Commoner
Posts: 59
Joined: Mon Nov 29, 2010 2:40 pm

Re: To read the body of a nessage in mail server?

Post by curlybracket »

You should show us some code, otherwise it's hard to help you. You should also tell what's exactly wrong with the message.
Consider using some good library for sending emails which will separate you from such problems. You could use Swift Mailer for example.
Post Reply