IOS doesn't support to mail in background. You must implement the USer interaction & only clicking over send button will be sending the mail.
As an alternate you should implement the WebService for this & you can call it anywhere in you code.
php required:
true);
}
else
{
$response = array('mail' => false);
}
echo json_encode($response);
?>