[Solar-svn] Revision 2654

pmjones at solarphp.com pmjones at solarphp.com
Mon Jul 30 10:24:20 CDT 2007


Solar_Smtp_Adapter: [FIX] Be sure to set the client.  Thanks, Clay Loveless.


Modified: trunk/Solar/Smtp/Adapter.php
===================================================================
--- trunk/Solar/Smtp/Adapter.php	2007-07-30 15:15:13 UTC (rev 2653)
+++ trunk/Solar/Smtp/Adapter.php	2007-07-30 15:24:20 UTC (rev 2654)
@@ -225,6 +225,11 @@
         if ($this->_config['port']) {
             $this->_port = $this->_config['port'];
         }
+        
+        // set explicit client
+        if ($this->_config['client']) {
+            $this->_client = $this->_config['client'];
+        }
     }
     
     /**




More information about the Solar-svn mailing list