I'm using this code to send out an email. It works fine on my Windows PC but not if used from an Android phone.
Is there something I need to change for it to work on Android?
Code: Select all
<form method="post" action="mailto: <?php echo $epos ?>?Subject=Application for Leave for <?php echo $_SESSION['username']?>" enctype="text/plain">