Need help sending mail to To and CC using email script
Hello DevsI have a requirement where I have Inbound email action in which I am triggering the Event which triggers the notification.Inbound email action code : var cnt = new GlideRecord('contact'); cnt.addQuery('email', email.from); cnt.query...

