[Solar-svn] Revision 2824

pmjones at solarphp.com pmjones at solarphp.com
Sat Oct 6 10:52:14 CDT 2007


whitespace changes


Modified: trunk/Solar/Mail/Message.php
===================================================================
--- trunk/Solar/Mail/Message.php	2007-10-06 15:51:23 UTC (rev 2823)
+++ trunk/Solar/Mail/Message.php	2007-10-06 15:52:14 UTC (rev 2824)
@@ -744,7 +744,7 @@
      * 
      * See notes here:
      * <http://www.webcheatsheet.com/php/send_email_text_html_attachment.php#attachment>
-     *
+     * 
      * If we have text *and* html, and attachments, the text and html are 
      * wrapped in their own multipart/alternative subpart, then the message as
      * a whole is built as multipart/mixed.

Modified: trunk/Solar/Mail/Transport/Adapter/Smtp.php
===================================================================
--- trunk/Solar/Mail/Transport/Adapter/Smtp.php	2007-10-06 15:51:23 UTC (rev 2823)
+++ trunk/Solar/Mail/Transport/Adapter/Smtp.php	2007-10-06 15:52:14 UTC (rev 2824)
@@ -74,7 +74,7 @@
     /**
      * 
      * Sends the Solar_Mail_Message through an SMTP server.
-     *
+     * 
      * @return bool True on success, false on failure.
      * 
      */
@@ -119,7 +119,7 @@
         
         // tell who this is MAIL FROM
         $this->_smtp->mail($from);
-
+        
         // tell who this is RCPT TO (each to, cc, and bcc)
         foreach ($rcpt as $addr) {
             $this->_smtp->rcpt($addr);




More information about the Solar-svn mailing list