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

PDF Attachment shows as Body Text #148

Open
KorucuTech opened this issue May 7, 2019 · 2 comments
Open

PDF Attachment shows as Body Text #148

KorucuTech opened this issue May 7, 2019 · 2 comments

Comments

@KorucuTech
Copy link

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

@muquit
Copy link
Owner

muquit commented May 7, 2019

Please try mailsend-go: https://github.com/muquit/mailsend-go
Thanks.

@Wolf-SO
Copy link
Contributor

Wolf-SO commented May 8, 2019

Please try mailsend-go: https://github.com/muquit/mailsend-go
Thanks.
Good to know, so thanks also to @Kemaletdin for opening the issue.

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

3 participants