Unable to send emails from the plugin
Posted: Thu Oct 17, 2013 4:04 pm
Hi guys,
I am developing plugin for Oxygen editor.
Among other things it requires email sending form the plugin code.
I created email sending logic based on java mail api. It works fine when I run it from the unit test.
Once I wrap this email sending logic into the plugin and start Oxygen the email is not getting sent, no error messages, just silence.
I use smtp.jar, mail.jar and mailapi.jar in the class path
Am I missing something?
Please help!
I am developing plugin for Oxygen editor.
Among other things it requires email sending form the plugin code.
I created email sending logic based on java mail api. It works fine when I run it from the unit test.
Once I wrap this email sending logic into the plugin and start Oxygen the email is not getting sent, no error messages, just silence.
I use smtp.jar, mail.jar and mailapi.jar in the class path
Am I missing something?
Please help!