docock
02-25-2010, 05:28 PM
I'm using the coding at:
http://www.codewalkers.com/c/a/Email-Code/PHP-Text-HTML-Email-with-Unlimited-Attachments/
to send emails. However for some reason I can't send .exe files.. :S
I've tried
$msg->Attach("infobulletin.exe","");
$msg->Attach("infobulletin.exe","text/plain");
$msg->Attach("infobulletin.exe","application/octet-stream");
In each case I get the message that the email has been sended, but it never arrives at the person requesting the application
Can someone help me out on this?
http://www.codewalkers.com/c/a/Email-Code/PHP-Text-HTML-Email-with-Unlimited-Attachments/
to send emails. However for some reason I can't send .exe files.. :S
I've tried
$msg->Attach("infobulletin.exe","");
$msg->Attach("infobulletin.exe","text/plain");
$msg->Attach("infobulletin.exe","application/octet-stream");
In each case I get the message that the email has been sended, but it never arrives at the person requesting the application
Can someone help me out on this?