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!!!!
email management? How do I do this?
Moderator: General Moderators
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
Good luck
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
Worthwhile exploring the great phpmailer-class: http://phpmailer.sourceforge.net/
It'll make your life easier
It'll make your life easier