PHP Classes

no support for MIME messages.

Recommend this page to a friend!

      SMTP E-mail sending class  >  All threads  >  no support for MIME messages.  >  (Un) Subscribe thread alerts  
Subject:no support for MIME messages.
Summary:Package rating comment
Messages:2
Author:f5inet
Date:2008-03-06 11:52:19
Update:2008-03-06 20:52:10
 

f5inet rated this package as follows:

Utility: Insufficient
Consistency: Sufficient
Examples: Sufficient
Unit tests: Sufficient

  1. no support for MIME messages.   Reply   Report abuse  
Picture of f5inet f5inet - 2008-03-06 11:52:19
no support for MIME messages.

  2. Re: no support for MIME messages.   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2008-03-06 20:52:10 - In reply to message 1 from f5inet
The purpose of this class is just to send messages via SMTP. To compose a MIME message you need to use it in conjunction with the MIME message class:

phpclasses.org/mimemessage

It seems you did not notice, but it is written in the description of the SMTP class the following:

* Note: this class is better used in conjunction with the class "MIME E-mail message composing and sending class". See in the Email group.