• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: March 5th, 2025

help-circle
  • I’ve never used Symfony Mailer however:

    1. PGP is a program that encrypts things. Under the hood it can use asymmetric keys just like the example code shows.
    2. Typically you’d use the public key of the person you are sending the email to so that they can use their private key to decrypt it. I’d guess you’d need to look at the docs for the SMTP tool you’re using and see if it can be given the private key