corrupt files when sending PDF attachments via SMTPmail
I am using SMTPMAIL to send PDF files as attachments, running synergy 10.3.3b under window 10
I am trying to send a single PDF file attachment with each email
I can send message without attachments fine.
My PDF file which I create (via synPDF) is fine. It can be opened, emaioled and printed within Adobe, but when I email it as an attachment via SMTPmail it is corrupted at the far end and the recipient can't open it.
Has anyone used SMTPmail to send PDF attachments successfully ?
Any help would be greatly appreciated


Anyone know where I can get a B64.dll which will work with SMTPMail ?
Gordon

So I will just construct and spawn a command line to use BLAT to send any PDFs I have.
I am happy to pass on details to anyone who is interested.
I want to thank Lloyd Sayman for introducing me top BLAT and helping me get it going
It is a very simple product to use
Our experience with SMPTMAIL and PDF attachments was that it only worked around 95% of the time --- which was just good enough to be fantastically annoying.
Like you, we chose to change to a freeware executable. Our choice was MAILSEND.EXE.
The main thing with any email product is what authentication and encryption protocols it supports.
MAILSEND.EXE supports :
Authentication Methods: LOGIN, PLAIN, CRAM
Encryption Methods: SSL, TLS, none
It specifically does not support the NTLM authentication method used by Microsoft Exchange servers.

Its something everyone faces and emailing a PDF is something which should be a no-brainer.

I need to write an emailing program for a standalone Windows 7 PC.SMTP is no longer part of the OS and am wondering if I can use Sendmail or Blat.

navigate to the folder you down load to and type BLAT -h > blat.txt.
You now have a manual
Here is the command which worked for me, to send a PDF without corruption :
blat c:\trs_livedata\pdf\TRSPurchaseOrder_473658.pdf -base64 -server xyz.xaracloud.net -f notifications@trs.co.uk -subject "test email" -to g_ireland@btinternet.com
Sorry for any confusion.
The link for the download is: https://github.com/muquit/mailsend