This project is not covered by Drupal’s security advisory policy.

Synopsis

Simple implementation of GnuPG to provide email encryption. Uses hook_mail_alter to encrypt all outgoing emails including Webform submissions.

Requirements

Mail GPG expects that GnuPG, specifically the gpgexecutable, is installed on the server.

  • Generate key pair (e.g. via Kleopatra)
  • Add public key(s) of recipient(s) by executing gpg --import key.asc on the server
  • Enable module
  • Send mails

Project information

Releases