Re: error generating report - mail
Posted: Tue May 24, 2011 1:12 am
You have three options if you want to turn http authentication back on:
1) Get all users to download the reports manually to their desktops and attach the file in your email program.
2) Contact http://www.nusoftware.com.au for commercial support on this matter.
3) Edit the nuBuilder source code yourself and add the following:
Filename reportemail.php
at line 83 the following two lines
Please note I have not tested the above code.
1) Get all users to download the reports manually to their desktops and attach the file in your email program.
2) Contact http://www.nusoftware.com.au for commercial support on this matter.
3) Edit the nuBuilder source code yourself and add the following:
Filename reportemail.php
at line 83 the following two lines
Code: Select all
curl_setopt($ch, CURLOPT_USERAGENT, 'your user name goes here');
curl_setopt($ch, CURLOPT_USERPWD, 'your password goes here');