in reply to Text file not in body of messag
If you want to send an HTML body in your email, I think you need to send the appropriate MIME headers. If your mail client ("MUA") displays the HTML as attachment instead of inline, then maybe your mail client has changed instead of your program?
Personally, I would use MIME::Lite for sending mail instead of manually creating a command line and then call system().
|
|---|