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