You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the EmailSenderDialog, the user clicks submit but nothing happens. An email does not get sent, no error message is displayed and the dialog window remains open.
The problem was traced to improper use of the Apache commons SMTPClient, which throws an exception with a null message, resulting in no feedback to the user.
PR coming soon.
The text was updated successfully, but these errors were encountered:
When using the EmailSenderDialog, the user clicks submit but nothing happens. An email does not get sent, no error message is displayed and the dialog window remains open.
The problem was traced to improper use of the Apache commons SMTPClient, which throws an exception with a null message, resulting in no feedback to the user.
PR coming soon.
The text was updated successfully, but these errors were encountered: