Git Product home page Git Product logo

Comments (5)

thunders82 avatar thunders82 commented on June 12, 2024 1

Thank you @n-jay. I hope @bcipriano will be able to help.

from opencue.

bcipriano avatar bcipriano commented on June 12, 2024 1

AFAIK the email functionality remains mostly untouched from the pre-OSS days at Imageworks. There may even be some bits that are still hardcoded with Imageworks-specific values.

I believe both CueGUI and Cuebot have email functionality, but at some point someone will need to walk through that code and/or do some testing to find out what work needs to be done.

It might be as simple as exposing a few config flags and writing a doc on SMTP configuration. There may be some additional work needed as well.

from opencue.

n-jay avatar n-jay commented on June 12, 2024

Hi @thunders82
It seems like there isn't much documentation on this as per issue #56 written a while back.
There also seems to be some new work being done to rework the whole process according to issue #218 which is more recent.

But in case this isn't resolved yet, I dug through the code and it seems like you can access the email setup per job by right-clicking on a job in the Monitor Jobs section in CueGUI.
image

This will open up the following dialog box for the artist details.
image

I'm not quite sure whether this works exactly as intended because it has been flagged for removal by the devs.

# pwd is not available on Windows.
# TODO(bcipriano) Remove this, not needed once user info can come directly from Cuebot.

Hope this helps!

from opencue.

thunders82 avatar thunders82 commented on June 12, 2024

Hi @n-jay,

Thank you for your reply. Do you know where to setup the mail server?
I noticed we can set "smtp_host" in Cuebot settings but, how to set the port, the encryption, SASL settings, etc?

Thank you

from opencue.

n-jay avatar n-jay commented on June 12, 2024

Not quite sure about that @thunders82,
while the library used for handling email (smtplib) supports it, based on the OpenCue code, it seems that some of the parameters (such as port) haven't been exposed to be set from an external configuration.

What I could find in the CueGUI configuration file related to email was the following:

email.subject_prefix: 'cuemail: please check '
email.body_prefix: 'Your PSTs request that you check '
email.body_suffix: "\n\n"
email.domain: ''

Unsure if there's an alternative way to achieve this though.

Will need some confirmation from the main devs on this.
Looping in @bcipriano

from opencue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.