Schedule Report for Mail

(3 posts) (2 voices)

Tags:

No tags yet.

  1. bushraj, Member

    hey ,

    I have created a report and also used myDbr mail extension for sending mails successfully. Now i want that report to mail it on scheduled time .. How can I ? I have go through documentation and they it gives me following command.

    curl -u"username:password" -H "X-MYDBR-AUTH: 1" "http://myserver.com/mydbr/report.php?r=630&m=85&h=d46af7ad9a26bc574e10aa1b8c591a18892c57592"

    But when I tried to use it on command prompt it gives me error like curl is not recognized as internal or external command. What I m doing wrong here?

    Please help. Thanks

  2. bushraj, Member

    php_curl.dll is also enabled from config file

  3. myDBR Team, Key Master

    Hi,
    curl (or similar command wget) is a command line tool which allows for you to, among other things, call an URL. Depending on your machine you may or may not have curl installed by default. If you do not have it, you need to install it.

    php_curl is a curl implementation inside php and not a command line tool.

    --
    myDBR Team


Reply

You must log in to post.