# 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-corporate.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" replyto : "$form_ReplytoEmail" senderfrom : "$form_ReplytoEmail" # 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: info@1888store.com # See what type of encryption to use if : (pgpversion eq 'gpg') then pgpversion : gpg if : (pgpversion eq 'gpg') then subject : "Quote Request Form 1888corporategifts.com [GPG]" if : (pgpversion eq 'pgp2') then pgpversion : pgp2 if : (pgpversion eq 'pgp2') then pgpuserid : v@aithal.org if : (pgpversion eq 'pgp5') then pgpversion : pgp5 # See if we should use canonical PGP mode if : pgptextmode then pgptextmode : yes # See whether to send the message in PGP/MIME format unless: (pgpmime) then pgpmime: no # A boolean expression which determines which form fields must be completed. # The entry is composed of field names separated by && (AND) and || (OR) operators. # required : (replyto && "Forms-Requestor Contact") # Setting alphasort to no will send the form fields as is, otherwise default is to sort. alphasort : no # Do not display the hostname and IP address details at the foot of each outgoing email. nomailfooter : yes