Hi,
I’m using from smtplib import SMTP_SSL
and from email.message import EmailMessage
to send emails and it work great !
Now I would like to be able to send encrypted email for peoples of which i have their GnuPG / OpenPGP ECC key…
But I have no ideas where to start !? I’ve dig the WWW but I found only old (very old) articles about it…
How work email encryption ? mean how is it formatted ? Does additional header are required etc…
Thanks.