RE: [PHP] How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Tommy Pham
> -Original Message- > From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] > Sent: Wednesday, December 29, 2010 9:34 AM > To: PHP - General > Subject: [PHP] How to send a GPG signed EMail with a PDF attached? > > Hello, > > currently I am searc

[PHP] How to send a GPG signed EMail with a PDF attached?

2010-12-29 Thread Michelle Konzack
Hello, currently I am searching for a solution but found nothing I need. OK, I can write a string, mimeencode the PDF and send it using exec() and 'sendmail -t'. Also I could use another exec() call to GPG sign the message. But is there a more PHP NATIVE solution