is there a way to attach a PDF to an email sent with the UNIX email command?
|
feedback
|
migrated from stackoverflow.com Feb 3 '10 at 10:11
This question came from our site for professional and enthusiast programmers.
| |||||||||||||
feedback
|
|
Look at mpack, which can mime encode a file, attach it to an email and mail it. You can also break the process down into steps and use | |||||
feedback
|