Open Norbery opened 3 years ago
I used old mailsend program and i can send text messages in body of emails:
mailsend.exe -smtp -name "testname" +cc +bc -q -sub "testsbj" -M " " -enc-type none -attach D:\222\test111.txt,text/plain,i
It works perfectly:
I tried new mailsend-go and realized -inline is not working:
mailsend-go.exe -smtp -fname "testname" -sub "testsbj" attach -inline -file "D:\222\test111.txt" -mime-type text/plain
How to fix it?
@Norbery Does body -file <your file> do what you want?
body -file <your file>
It works, thanks a lot!
I used old mailsend program and i can send text messages in body of emails:
mailsend.exe -smtp -name "testname" +cc +bc -q -sub "testsbj" -M " " -enc-type none -attach D:\222\test111.txt,text/plain,i
It works perfectly:
I tried new mailsend-go and realized -inline is not working:
mailsend-go.exe -smtp -fname "testname" -sub "testsbj" attach -inline -file "D:\222\test111.txt" -mime-type text/plain
How to fix it?