Sign In   Register
  Tuesday, 13 December 2022
  1 Replies
  60 Visits
0
Votes
Undo
  Subscribe
Hello,
setBccAddress doesn't send emails to Bcc. I created this simple groovy script to validate my findings.
When i try to execute the following via Groovy Console.. i can see in the Email Queue that the To and Cc Addresses populated, but Bcc Address is not populated. JM version: 20.5.4.

is this a bug?


import com.avoka.tm.svc.Emailer

new Emailer()
.setToAddress("john@doe.com")
.setCcAddress ("mary@doe.com")
.setBccAddress ("pat@doe.com")
.setTxnId(1018341L)
.setSubject("Subject")
//.setMessage("Hello, John Doe! How are you?")
//.setMessage("Hello, John and Mary Doe! How are you?")
.setMessage("Hello, John , Mary and Pat Doe! How are you?")
.queueEmail()

Q&A Forum - Tips

The purpose of the Temenos Journey Manager platform (TJM) Q&A forum is for all clients and partners to seek help...

Read More

Need access to Q&A?

Register to view and post in the Q&A forum.

Join now

Looking for something else?

You can request access to:

  • Courses
  • Full Release Notes
  • Product Downloads
  • SDK

Request access