I try to send a mail with an attachment with blat (with the Shell command of Access VBA).
All works fine while I try to send a .txt file
blat ... -attach c:\mydir\myfile.txt
but if I try to send a .pdf file, with the same command
blat ... -attach c:\mydir\myfile.pdf
I don't receive the mail.
Thanks in advance for any suggestions.