Sending Mail with MIMIE

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

Post Reply
sticksys
Forum Commoner
Posts: 33
Joined: Thu Aug 18, 2005 3:23 am
Location: Isreal
Contact:

Sending Mail with MIMIE

Post by sticksys »

hi there, it's me again 8) i have been told that i need to create special class for using MIME...


is it true :?:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you don't have to, but it can certainly help in sending emails... You need to mime encode various parts to send attachments, for example...
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

You can save yourself a lot of time by not reinventing the wheel, and use http://phpmailer.sf.net. Reuse, reuse, reuse...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I knew I forgot something in that post, thanks tim :)
Post Reply