Release Notes
***************
Version 1.5.14.0
Agents could sometimes incorrectly be marked as "DOWN".
Amethyst Server message processing is no longer delayed if the mail server is slow or not available.
A timeout has been added to handle the case of a mail server connection being lost while sending an e-mail.
Amethyst Server application will now keep up to 1000 e-mails if there is some problem using the mail server
and will keep trying until the mail server connection is restored. If the number of e-mails exceeds 1000,
the oldest e-mails will be written to a "lost e-mail" log.
If Amethyst is shutdown while waiting to send e-mails, those e-mails will also be written to a "lost e-mail" log.
Client errors and recordings are now sent with correct timezone information in the e-mail, previously only critical
error e-mails had the correct timezone information.
Changed the lost password request feature to handle errors in sending e-mail and also provided an alternative to sending
the e-mail by allowing the user to copy and paste the e-mail body and send it manually.
Completed Tickets
Subject: Amethyst UDP processing can be delayed if there is a problem sending e-mail.
Motivation
***********
Amethyst UDP processing can be delayed if there is a problem sending e-mail.
The delay is the time it takes for the sending of e-mail to time out.
Completion
***********
Fixed in 1.5.13.2.
The message processing is no longer delayed if there are problems sending e-mail.