I can send email messages using smtp after I construct simple text
messages using mime. I can also send a file as an attachment after I
construct it with mime.
What I really need to do is combine the two steps: send a text message
along with a file as an attachment, and I am not sure how to proceed.
When I construct individual mime objects and put them together using
the "-parts" mechanism, it doesn't seem to work.
Anyone done this?
Thanks!
See for an example:
http://wiki.tcl.tk/3016
Michael
I just tested it and it works great! I did not have the right mime
type.
Thanks a lot!