Tagged Questions
0
votes
2answers
118 views
php mail sending attachment the can't be opened
I'm trying to write a page where users can send an email along with an attachment. I think I'm almost there. Right now I get the email, but the attachment is either empty in filesize, or when I try to ...
0
votes
2answers
1k views
PHP Sending Emails with File Attachments - Email Not Sending At All
After trying to read various articles on sending emails with attachments in PHP (I am use to ASP with VBScript), I wrote the code below. Unfortunately, it does not work at all. Not only does it not ...
3
votes
2answers
7k views
How to attach PDF to email using PHP mail function
I am sending an email using PHP mail function, but I would like to add a specified PDF file as a file attachment to the email. How would I do that?
Here is my current code:
$to = "me@myemail.com";
...
0
votes
1answer
52 views
No such file or directory. Sending Attachments
I have built a php mail system. now I want to also send attachments whit the email's. I have the files for the attachments uploaded to my server and want it with the following piece of code sent with ...