
Mail attachments in NT w/o sendmail, blat, etc...
I've just started working with Perl in NT 4.0 (I'm used to working in
Unix) and I've run into a problem I'm hoping someone can help me out
with...
I need to send a text file that's on our server to a specified email
address, but it has to be sent as an attachment. The server we're
working on does not have sendmail.exe installed, and it's not ours so I
can't install any modules or other executable programs. Currently, I'm
using a perl script developed by Christian Mallwitz
( http://www.*-*-*.com/ ) to send
the file, but it sends the file in the body of the message, not as an
attachment. I've looked around and found several suggested solutions to
this problem, but all require either extra modules or executables to be
installed on the server. Are there any other ways to do this?
Any help would be greatly appreciated...