Re: openSSL smime with file attachment

2005-04-26 Thread Perry L. Jones
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

openSSL smime with file attachment

2005-04-25 Thread Eddy Tan
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 _