We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@Norbery Does body -file <your file> do what you want?
body -file <your file>
Sorry, something went wrong.
It works, thanks a lot!
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: