pulli/pgp-mailer

PGP Support for Symfony Mailer

0.1.2 2024-03-23 07:23 UTC

This package is auto-updated.

Last update: 2024-04-23 07:26:07 UTC


README

Implements PGP encryption and signing of a Symfony Message via Crypt_GPG.

Installation

composer require pulli/pgp-mailer

Functions

Supports:

  • encrypting a message
  • encrypt and sign a message
  • only sign a message

Caveats

The only signing part isn't working on all of my test clients (probably due to some formatting of the line endings).

Working clients so far:

Not working:

  • Canary Mail (contacted their support to see what the issue is)

Example file

Can be found here.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/the-pulli/pgp-mailer.

License

The package is available as open source under the terms of the MIT License.