Open gregdenton opened 5 years ago
Hi, I am Gsoc Aspirant. As a beginner, Can I contribute to fix this bug. Please provide help.
Hi @Ramanathi, if you're looking to get started please read through the post I made to our opencue-dev group:
https://lists.aswf.io/g/opencue-dev/topic/google_summer_of_code_2020/71616531
There are lots of resources there for getting started.
@gregdenton I'm not totally clear on what this issue is about -- could you add more info like reproduction steps?
Hi, I am Gsoc Aspirant. As a beginner, Can I contribute to fix this bug. Please provide help.
Did this error get fixed? we are also trying to fix the email logic in Cuebot and having no luck. Lots of javax.mail.NoSuchProviderException: smtp
errors
Did this error get fixed?
Not to my knowledge, no. I think the whole email setup currently needs a fair bit of work.
Did this error get fixed?
Not to my knowledge, no. I think the whole email setup currently needs a fair bit of work.
Thanks, good to know. This feature would be very useful to us, so i'll be looking into fixing it hopefully soon. Will share back if we work it out.
The Email setup on CueUtil.java isn't working on Docker environments.
To fix that I had to replace the package mailapi by javax.mail:1.6.2 on build.gradle. And I also had to use the javax Session to get the Transport instance, instead of using the static send methodon Transport.send(msg) on CueUtil.java:191