automatic email sending

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sudhakar11275
    New Member
    • Nov 2008
    • 1

    automatic email sending

    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
    Recognized Expert Contributor
    • May 2007
    • 937

    #2
    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
    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

    Comment

    Working...