Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SMTP Configuration:  Up until now Tasxs was relying on standard the SMTP configuration present in the Tasxs.Service.exe.config. But this file is overwritten when deploying a new version, which is not practical. Now, the SMTP server can be configured in tasxs.config:

    Code Block
      <Smtp host="123.123.123.123" port="25" />
      <MailFromName>Tasxs</MailFromName>
      <MailFromAddress>noreply@tasxs.com</MailFromAddress>


  • Notifications: It is not now possible to only receive notifications of successful or failed executions.
    When clicking "Watch This Job", you are subscribing to receive notifications for both success and failure. But, when asked if you want to subscribe to all notifications or only errors.
    Image Added
    When editing a job, you can add a watcher to receive notifications only for errors or success:
  • User profile page now lists jobs the user is watching.

...