Page 1 of 1

email management? How do I do this?

Posted: Tue Mar 30, 2004 7:49 am
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!!!!

Posted: Tue Mar 30, 2004 9:36 am
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

Posted: Tue Mar 30, 2004 9:41 am
by patrikG
Worthwhile exploring the great phpmailer-class: http://phpmailer.sourceforge.net/

It'll make your life easier :)

Posted: Tue Mar 30, 2004 10:22 pm
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.