email management? How do I do this?

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
wazim
Forum Newbie
Posts: 2
Joined: Tue Mar 30, 2004 7:49 am

email management? How do I do this?

Post by wazim »

Hi Everyone i am new to this forum and found the topics on this forum really interesting.
Our 4 members group is working on a project, we are upgrading a website and i have been given a task to work on "Email Management".
We are using PHP and i have very little knowledge of PHP language.
Can anyone direct me to the best possible online tutorials where i can learn the basics QUICKLY and i am looking for some tutorials specifically for "E mail Management".

Any help will be appriciated.
Thanx Guys!!!!
Goowe
Forum Commoner
Posts: 94
Joined: Mon Mar 15, 2004 9:51 am
Location: Southeast Alaska

Post by Goowe »

There are a lot of tutorials out there, best is to do a search.... I found this and this using Google

I'm not sure if you want to make like a mailing list or store all the e-mails in a database... possibilities are for the most part endless... but you'll probably use the mail() function. If you need help you can always ask for example code :wink: Good luck
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

Worthwhile exploring the great phpmailer-class: http://phpmailer.sourceforge.net/

It'll make your life easier :)
wazim
Forum Newbie
Posts: 2
Joined: Tue Mar 30, 2004 7:49 am

Post by wazim »

Thanx a lot Goowe and Patrik, i really appreciate your help.
I have started working on it already,so thanx again for your help guys.
Post Reply