<html><body> <h3>To encrypt a message, the recipient's public pgp key must be on the sender's keyring.</h3> <form action="process.php" method="post"> <table border=1> <tr><td>From Email:</td><td><input type="text" name="userEmail"></td></tr> <tr><td>To Email:</td><td><input type="text" name="recipientEmail"></td></tr> <tr><td colspan=2>Message:</td></tr> <tr><td colspan=2><TEXTAREA name="message" rows="20" cols="80"></TEXTAREA></td></tr> <tr><td colspan=2><input type="submit" name="action" value="encrypt_Msg"></td></tr> </table> </form> </body></html>