Skip to main content
March 24, 2022
Solved

Using Email sending smart service in Process Models

  • March 24, 2022
  • 6 replies
  • 0 views

I am using send email smart service.

I wanted to mails to customs email, not on groups. Anyone know how to do that?

I have used toemailrecipient() function in cc and it's not working and breaking the process also.

    Best answer by siddharthb0005

    OK, thanks.

    6 replies

    stefanhelzle0001
    Brainy
    March 24, 2022
    March 29, 2022

    Yeah, it worked

    jashanpreets0001
    March 29, 2022

    No need to use any function, just save the mail id in process variable and call that as pv! in the To field.

    harshitb6843
    March 29, 2022

    That is not a good approach at all. You should always wrap the email addresses in the toemailaddress() function and wrap the groups in the toemailrecipient() function to avoid any run-time errors. 

    siddharthb0005AuthorAnswer
    March 29, 2022

    OK, thanks.