luca7766
luca7766
yeah, not a real problem, just curious to know why, but the author after months didn't reply to this opened issue.
Ok, i get it, so to send a text as mail body I should use: ``` -attach "textfile.txt","text/plain",i ``` and for a textfile plus a pdf attachment: ``` -attach "textfile.txt","text/plain",i...
Tried with: `-mime-type "text/plain" -enc-type "none" -disposition "inline" -attach "textfile.txt"` and `-enc-type "none" -attach "textfile.txt,text/plain,i"` with no success, mail is sent and received but the text is not visibile, neither...
I just sent you a "Testing" message, the sender email is not real, but the issues happen even with my real email address. I attached an inline txt file and...
It's ok, thanks, not urgent, just figuring it out if it's me doing mistakes, thank you.