Hi,
I did a search through the forum for e-mail attachments with PHP, and I found what I thought woudl work. However, when I try to send attachments with files that are already on the server, I don't seem to be able to pull it off.
I have a very simple form on the site where the user enters their name and e-mail. I want to send them an e-mail with two attachments - both attachments would be .zip files that are on the website's host.
Anyone have code that I could use to do this? I have a script that when I use the browse and select a file from my machine, they are attached to the e-mail, but I want the files to go to the person that fills out the form (passing the $name and $email variables), and send two attachments from my end.
Thanks,
Shaun