Connecting Tech Pros Worldwide Forums | Help | Site Map

automatic email sending

Newbie
 
Join Date: Nov 2008
Posts: 1
#1: Nov 20 '08
i want to send email to multiuser( thier email ids stored in mysql database) by automatically weekly once.plz any one give right solution to me...

thanks in advance..
nathj's Avatar
Expert
 
Join Date: May 2007
Location: North Tyneside
Posts: 854
#2: Nov 20 '08

re: automatic email sending


Quote:

Originally Posted by sudhakar11275

i want to send email to multiuser( thier email ids stored in mysql database) by automatically weekly once.

That's nice dear, should be fun to develop and test. I wish you all the best with your project
Quote:

Originally Posted by sudhakar11275

plz any one give right solution to me...

No. Do you understand the point of this forum? It's not to get free development, it's to get help with development. This means you must have tried first.

There are numerous ways to tackle this issue but it sounds like a PHP script and cron job to me.

So I suggest you research the php mail() function and how to set up cron jobs. Then when you;ve got some code developed come back here with any questions.

Finally, some tips on asking questions:
1. Post relevant code snippets enclosed in code tags
2. Give a description of what the could should do
3. Explain what the code is doing that it should not do
4. Explain what the code is not doing that it should do

My final tip for you is use the PHP tutorial on W3Schools, the PHP manual on the official site and remember Google is your friend.

If you follow the advice above next time you post here you will get much friendly and more useful help.

nathj
Reply