Skip to content
New issue

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

-inline parameter doesn`t work #38

Open
Norbery opened this issue Mar 12, 2021 · 2 comments
Open

-inline parameter doesn`t work #38

Norbery opened this issue Mar 12, 2021 · 2 comments

Comments

@Norbery
Copy link

Norbery commented Mar 12, 2021

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:

image

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

image

How to fix it?

@Wolf-SO
Copy link

Wolf-SO commented Mar 12, 2021

@Norbery Does body -file <your file> do what you want?

@Norbery
Copy link
Author

Norbery commented Mar 12, 2021

@Norbery Does body -file <your file> do what you want?

It works, thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants