Page 2 of 2

Posted: Sun Dec 21, 2003 10:18 pm
by Gen-ik
I don't know I haven't been though class() I just gave you a link to it.

Posted: Sun Dec 21, 2003 10:24 pm
by ex247
no i think its my code, the imput of the extenal file... how do you suggest i do that?

Posted: Sun Dec 21, 2003 11:00 pm
by Gen-ik
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.

Posted: Sun Dec 21, 2003 11:35 pm
by ex247
nooo... not attachments

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?

Posted: Mon Dec 22, 2003 7:15 am
by Gen-ik
Oh I see (doh).

How is your dat file set-up, is there one email address per line, do you seperate them with a comma or anything?