AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
817 stars 193 forks source link

Mailing module errors in Cuebot #476

Open gregdenton opened 4 years ago

gregdenton commented 4 years ago

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

Ramanathi commented 4 years ago

Hi, I am Gsoc Aspirant. As a beginner, Can I contribute to fix this bug. Please provide help.

bcipriano commented 4 years ago

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?

Javed000 commented 3 years ago

Hi, I am Gsoc Aspirant. As a beginner, Can I contribute to fix this bug. Please provide help.

EliteIzzy commented 1 year ago

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

bcipriano commented 1 year ago

Did this error get fixed?

Not to my knowledge, no. I think the whole email setup currently needs a fair bit of work.

EliteIzzy commented 1 year ago

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.