sirisha_85 has asked for the wisdom of the Perl Monks concerning the following question:

Is there any perl module that would encrypt/sign an email with attachment and send it using SMTP. Would you have any suggestions on how to do such a task?
  • Comment on Send Signed/Encrypted email with attachments using SMTP

Replies are listed 'Best First'.
Re: Send Signed/Encrypted email with attachments using SMTP
by jettero (Monsignor) on Mar 15, 2010 at 11:48 UTC
    I think all you need is MIME::Lite and the commandline GPG app. I don't know how it works precisely, but I know the pgp message is a single attachment with your message and your other attachments stuffed inside it.

    -Paul

Re: Send Signed/Encrypted email with attachments using SMTP
by Anonymous Monk on Mar 15, 2010 at 11:51 UTC