Hello, I've been using s-nail for some time as as a replacement for the mailx tool, now I wanted to use the flag -M so I can change the mime type of the email I'm sending. The reason is that I'm dealing with a software that can only read the multipart emails. I tried several things, also looking into the documentation but I haven't been able to send any email with this option:
For any of the options I test I get the same error. echo "BODY" | s-nail -M text/watch-html -s "Subject" [email protected] > s-nail: Could not find `mimetype' for -M argument: text/watch-html What would be a proper way to call it? Thanks, Joan
