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
Hi
I am trying to do a simple single pdf file attachment like this
mailsend1.19.exe -v -smtp 192.168.0.xx -port 25 -auth -user me@here.com -pass XXXX -f me@here.com -t you@there.com -sub "This is a test" -mime-type "application/*" -disposition attachment -attach "FILE.PDF"
and I get the email where file shows as bas64 text in the body of the email
If I add -msg-body "mybodytext.txt" then body of the email shows the correct body text but attached PDF is gone.
Any Ideas thanks
The text was updated successfully, but these errors were encountered:
Please try mailsend-go: https://github.com/muquit/mailsend-go Thanks.
Sorry, something went wrong.
Please try mailsend-go: https://github.com/muquit/mailsend-go Thanks. Good to know, so thanks also to @Kemaletdin for opening the issue.
No branches or pull requests
Hi
I am trying to do a simple single pdf file attachment like this
mailsend1.19.exe -v -smtp 192.168.0.xx -port 25 -auth -user me@here.com -pass XXXX -f me@here.com -t you@there.com -sub "This is a test" -mime-type "application/*" -disposition attachment -attach "FILE.PDF"
and I get the email where file shows as bas64 text in the body of the email
If I add -msg-body "mybodytext.txt" then body of the email shows the correct body text but attached PDF is gone.
Any Ideas
thanks
The text was updated successfully, but these errors were encountered: