What I think what you need to do is to replace the normal message body
with one that is mime encoded.
if you need a command line why to build mime files you could try
something like mpack.
- Perry
Eddy Tan wrote:
Hi all,
anyone knows how to send s/mime with file attachment?
It´s pretty simple t
Hi all,
anyone knows how to send s/mime with file attachment?
It´s pretty simple to pipe openssl to sendmail with a normal
message body:
openssl smime [...] | sendmail [EMAIL PROTECTED]
But what if I need to send the email with a secure attachment
too?
Thanks in advance,
Eddy
_