PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The class() should do that for you. I guess that there's a function in there somewhere which lets to add attachments to the email.
In my own email class() I have a function that does the same... all I need to do is $email->addAttachment("theFile.zip") and the file will be added to the email.
That class() I linked you to should have some sort of 'how to use' instructions in there somewhere which tell you how to use it and how to send different types of email.
ok... my addresses are in a dat file exernally, and the class only allows me to to 1 mail at a atime, how would a load a external file with all the emails in it?