Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13170)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13171)
@@ -94,17 +94,17 @@
                                           ); 
              
-	 	            print_r($sendResut); 
+	 	    print_r($sendResut); 
 	 	             
-	 	            $decoder =& new Mail_mimeDecode($sendResut); 
-	 	            //print_r($decoder); 
-	 	            $parts = $decoder->getSendArray(); 
-	 	            //print_r($parts); 
-	 	            list($recipients, $header, $body) = $parts; 
+	 	    $decoder =& new Mail_mimeDecode($sendResut); 
+	 	    //print_r($decoder); 
+	 	    $parts = $decoder->getSendArray(); 
+	 	    //print_r($parts); 
+	 	    list($recipients, $header, $body) = $parts; 
 	 	             
-	 	            //$mailSend =& Mail::factory("SMTP", $mail_options); 
-	 	            $mailSend =& Mail::factory("SMTP"); 
-	 	            //print_r($mailSend); 
-	 	            $mailSend->send($recipients, $header, $body); 
-	 	            break;             
+	 	    //$mailSend =& Mail::factory("SMTP", $mail_options); 
+	 	    $mailSend =& Mail::factory("SMTP"); 
+	 	    //print_r($mailSend); 
+	 	    $mailSend->send($recipients, $header, $body); 
+	 	    break;             
                  
         } else {
