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
113 stars 96 forks source link

Fix usage of the Apache commons SMTP client library #2636

Closed dxmaxwell closed 4 years ago

dxmaxwell commented 4 years ago

The old Java SMTPClient is similar enough to the Apache Commons SMTPClient for the code to compile, but unfortunately it didn't work. This should fix it.

dxmaxwell commented 4 years ago

PR fixes #2635

shroffk commented 4 years ago

@dxmaxwell can you merge the master into your PR branch. I think the currently failing travis job is due to an issue resolved on the master

dxmaxwell commented 4 years ago

@shroffk Done.