Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 13146)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 13147)
@@ -193,7 +193,6 @@
     $mail_obj = new GC_SendMail();  
     $mail_obj->setItem( $to, $subject, $body, $fromaddress, $from_name, $reply_to, $return_path, $errors_to, $bcc, $cc );
-      if(MELMAGA_MOBILE_SEND) {
+      
         return true;
-    }
 }
 
