Root > Compatibility > 5.x -> 6.x > EurekaLog 6 Documentation > New options > Email & Web Send Tab

Email & Web Send Tab

Previous pageReturn to chapter overviewNext page   

Caution: this is old EurekaLog 6 documentation. This is not the latest version.

 

 

 

Here you may tell the program to automatically send an email (multiple addresses are allowed) a Web message or a bug report to a Web BUG-Tracking tool (like BugZilla, Mantis or FogBugz) whenever an exception is raised.

 

Email Send Options:

 

You can choose to send the email via default email client, via SMTP client or via internal SMTP server.

 

If you select the SMTP client option then you must provide the relevant settings (email from address, host name/ip, host port and UserID/Password, the later only if the SMTP server requires log-in).

 

If you select the SMTP server option then you must provide the relevant settings (email from address).

 

For all Email options, you may request to "Append Logs in message text" adding the Log text at the bottom of the email message.

 

 

Web Send Options (to a generic web site):

 

Activating this options you may tell to the program to send the Log-File with all the other attached files to a Web location.

 

You can choose to send the message via HTTP, HTTPS (secure HTTP) or FTP Internet protocol.

 

You must set a valid URL and optionally the User and Password fields.

 

To configure a custom Proxy setting you can use the "Proxy Server" box.

 

Follow a PHP Web server script capable to download all the HTTP/HTTPS uploaded files via the Web send feature.

 

PHP example:

 

<?

foreach ($_FILES as $key=>$value)

{

   $uploaded_file = $_FILES[$key]['tmp_name'];

   $server_dir = 'upload/'; // Upload folder

   $server_file = $server_dir.basename($_FILES[$key]['name']);

 

   // Move the uploaded file to the Server uploaded directory...

  if (move_uploaded_file($uploaded_file, $server_file))

  {

     // Here your code...

  }

}

?>

 

 

Web Send Options (to a BUG-Tracking tool):

 

Activating this options you may tell to the program to send the Log-File with all the other attached files to a Web BUG-Tracking tool (like BugZilla, Mantis or FogBugz).

 

You can send the bug report via HTTP or HTTPS (secure HTTP).

 

To set all the Web BUG-Tracking parameter use the "Web BUG Tracker" box.

 

 

New Events:

 

To send to a Web HTML page a specified fields list, it's available the new CustomFieldsRequest event.

 

To add some custom data to the Log text it's available the new CustomDataRequest event.

 

To send custom attached files with the message (Email and Web) it's available the new AttachedFilesRequest event.




Send feedback... Build date: 2022-01-17
Last edited: 2018-06-14
PRIVACY STATEMENT
The documentation team uses the feedback submitted to improve the EurekaLog documentation. We do not use your e-mail address for any other purpose. We will remove your e-mail address from our system after the issue you are reporting has been resolved. While we are working to resolve this issue, we may send you an e-mail message to request more information about your feedback. After the issues have been addressed, we may send you an email message to let you know that your feedback has been addressed.


Permanent link to this article: https://www.eurekalog.com/help/eurekalog/old_sendtab.php