Hi, i've a question.
In the Chp 11 in the exercise "mail_multipart.php" when i run it, i get the mail but the portion of Plain Text is not visible, there is only the HTML Text portion. I supposed to get both the parts..
I've made a test, and if i delete the "$message->setHTMLBody" portion from the mail_multipart.php file i get the plain text, if not only the html is visible.
I checked the class.SimpleMail.php file but seems ok..
Someone can help me please? Thanks!