im struggeling!
Trying to mail a pdf file via a php script. ive tried about 3 different scripts which attach the pdf but when i try to open it in my mail its always blank. Its oviouly fine on the server.
im running wamp server.
its running via a smtp server that is configured in the php.ini
as per this line in the index file its using the correct mime:
$msg->Attach("C:\wamp\www\bradmail\dad.pdf", "application/pdf");
In the code box you will find the index.php file as well as the class file.
any suggestions please really desperate.