I am sending emails successfully from my webserver app using the standard sendemail procedure example that comes with nettalk.
I have a problem sending PDF's and Excel Documents as attachments..
The mail actually goes through and sends the documents but when thay arrive on the other side they are much smaller and cant be opened.
eg. when I try and open the attachement Adobe says the file is corrupt or it was send via email and wasn't decoded correctly.
I assume the msg was sent as an email and wasn't decoded correctly is a clue to y problem.
all I do is put the full file names in the attachlist eg. 'c:\1.pdf,c:\2,xlsx'
Who can tell me whats going on and how I fix this ?