Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 12912)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 12914)
@@ -80,14 +80,4 @@
 		if(MELMAGA_MOBIE_SEND){
 			if($mail_data[$i][0]["mail_method"]) {
-				$mail_text = array(
-									$list_data[$i][$j]["email"]				//¡¡¸ÜµÒ°¸Àè
-									,$subjectBody								//¡¡Subject
-									,$mailBody									//¡¡¥á¡¼¥ëËÜÊ¸
-																	);
-				//¥á¡¼¥ë¤ÎÊ¬²ò
-				$decoder = new Mail_mimeDecode($mail_text);
-				$parts = $decoder->getSendArray();
-				list( $to, $headers, $body) = $parts;
-				
 				//SMTP¥µ¡¼¥Ð
 				$mail_send = array(
@@ -99,4 +89,12 @@
                                 );
 				
+				$recipinets = $list_data[$i][$j]["email"];
+				
+				$headers['From']    = $objSite->data["email03"];
+                $headers['To']      = $list_data[$i][$j]["email"];
+                $headers['Subject'] = $subjectBody;
+                
+                $body = $mailbody;
+                
 				$mail_object =& Mail::factory("SMTP", $mail_send);
 				$mail_object->send($to, $header, $body);
