how can I send email everyday to registered user using mail function?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • namita
    New Member
    • Apr 2013
    • 9

    how can I send email everyday to registered user using mail function?

    how can send email everyday to registered user using mail function?

    plz tell mi code for this its so important
    Last edited by acoder; May 1 '13, 11:12 AM.
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    which part is bothering you?
    Emailing part or everyday part?

    if it is emailing part then go to google and search with email php

    if this is everyday part: then I will have to tell either you will have to have control on web-server so that you can process your cron so that it can do it automatically or manually send them everyday :)

    Comment

    • namita
      New Member
      • Apr 2013
      • 9

      #3
      thnx sssir i got it.

      Comment

      • kaushtuv
        New Member
        • Jul 2014
        • 3

        #4
        YOU CAN CREATE A PAGE FOR SENDING MAILS .THIS PAGE WILL FETCH THE RESULT FROM THE DATABASE AND WILL HAVE ALL THE STUFFS REGARDING SENDING THE MAIL.THEN CALL THIS PHP PAGE USING SHELL COMMAND.PHP HAS PREDEFINED FUNCTION exec() FOR EXECUTING SHELL COMMAND.

        Comment

        Working...