Reattempting Email Sending in Case of Timeout

Reattempting Email Sending in Case of Timeout

Info
Issue:
Emails, including notification emails, failing to send due to a timeout.

Idea
Fix:
Emails will be retried once if they fail to send due to a timeout.

Warning
Note:
  1. Before applying the .fjar file, kindly verify its compatibility in the "Jar Compatibility" section below.
  2. The fix is specific to the graph configuration and addresses only the timeout issue.
Notes
Steps to apply the fix:
1. Download the attached .fjar file.
2. Click here for steps to apply the .fjar file.
3. Restart the application service.

Alert
Jar Compatibility:
Build
Compatible Jar
14630
14630_graph_reattempt_sending.fjar
14600
14600_graph_reattempt_sending.fjar






                  New to ADSelfService Plus?

                    • Related Articles

                    • Mail sending failed_Unable to relay

                      Error trace in logs: javax.mail.SendFailedException: Invalid Addresses;nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 550 5.7.1 Unable to relay Possible Cause: The SMTP server does not allow relaying unless you are sending email ...
                    • Mail sending failed_ Unrecognized SSL message, plaintext connection?

                      Log error trace: Caused by: javax.mail.MessagingException: Could not connect to SMTP host: smtp.office365.com, port: 587;   nested exception is: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection? Solution: Error trace means ...
                    • Sending notification failed

                      In some scenarios the outgoing emails will error with Sending notification failed message in UI and in the logs you can see, 550 5.2.125 The sender has exceeded the maximum number of messages they are allowed to send via client submission either per ...
                    • Debug: Mail sending failed in Graph due to Semaphore issue

                      Issue: Mail sending via Graph triggered from Job Scheduler (system notifications) are failed due to internal Semaphore acquire timeout. This may happen when two threads initiated from Job scheduler are holding the thread for long time. Debug: The ...
                    • Change the default font-size and font-family while sending emails from SCP

                      Kindly try the following steps below, Access the database and initiate the query below select * from globalconfig where category = 'rta'; It will list out the global config categories and from the list check for the  globalconfigid for font -size and ...