MIME problem...

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!

Moderator: General Moderators

Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

I don't know I haven't been though class() I just gave you a link to it.
ex247
Forum Commoner
Posts: 34
Joined: Tue Oct 28, 2003 1:35 am
Location: Boston, MA, USA
Contact:

Post by ex247 »

no i think its my code, the imput of the extenal file... how do you suggest i do that?
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post 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.
ex247
Forum Commoner
Posts: 34
Joined: Tue Oct 28, 2003 1:35 am
Location: Boston, MA, USA
Contact:

Post 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?
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post 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?
Post Reply