| w3JMail Examples |
Examples 4.5
| Using w3 JMail with PGP is very easy once you have installed and set up PGP on your webserver.This example shows just how easy it is, just by setting a few properties. The email will be encrypted using a PGP key.You can get a free version of PGP at http://www.pgpi.com/ . Read the instructions in the manual on how to make PGP work with w3 JMail, it's not hard, but there are some things you need to do before it works.If you have trouble making PGP work, you should direct your questions to where you got PGP. We do NOT give support on PGP itself. |
JMailPGP.asp<%@LANGUAGE="VBSCRIPT" %> <HTML> <BODY> <% ' PGP encryption%> </BODY> </HTML> |
|
|