|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/yaleb/examples/ |
Upload File : |
# The line below ensures that an email address has been given required : Email # The line below specifies a template to use upon success success : pgpgpg.txt # The line below lets Soupermail know who to send the message # to. Its actually the value of the Email field from the form mailto : "$form_Email" # this sets the subject of the email subject: "This is a test using PGP" # This is a user to encrypt to in the pubring keyring pgpuserid: [email protected] # In the sending form, the GPG sumbit button is named # gpg. If its pressed, gpg gets a value, and we have to # use GPG. Here, we set things up for GPG if : (gpg) then gnupg : yes if : (gpg) then subject : "This is a test using GPG" # See whether to send the message in PGP/MIME format unless: (pgpmime) then pgpmime: no