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
sticksys
Forum Commoner
Posts: 33 Joined: Thu Aug 18, 2005 3:23 am
Location: Isreal
Contact:
Post
by sticksys » Thu Aug 18, 2005 2:40 pm
hi there, it's me again
i have been told that i need to create special class for using MIME...
is it true
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Aug 18, 2005 4:50 pm
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 » Thu Aug 18, 2005 7:31 pm
You can save yourself a lot of time by not reinventing the wheel, and use
http://phpmailer.sf.net . Reuse, reuse, reuse...
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Aug 18, 2005 7:35 pm
I knew I forgot something in that post, thanks tim