'SendEmail' in Domo Workflows

Hi, I am using SendEmail in Domo Workflow to send automatic emails to our vendors. Is it possible to:
a) Send emails from a different Email address (something with my organization's domain) instead of notifications@domo.com

b) Is it possible to include a CC field?

Answers

  • DanHendriksen
    DanHendriksen Domo Employee

    A - you can change the SMTP settings in Brand Kit, but note that it affects every single email the Domo system sends.
    B - You cannot with Domo's built in messenger. There is an option Reply-To parameter that will all you to hit "reply all" and have it send an email to everyone who originally received it.

    In these cases it's probably best for you to use your own SMTP relay where you can stipulate all these things. I have created a codeEngine function that I use to send emails from our Office365 environment that allows for all of that…controlling all the email headers, including the CC, BCC and FROM fields.