ControlSystemStudio / cs-studio

Control System Studio is an Eclipse-based collections of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
https://controlsystemstudio.org/
Eclipse Public License 1.0
111 stars 96 forks source link

Sending email fails without error message #2635

Open dxmaxwell opened 4 years ago

dxmaxwell commented 4 years ago

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.