Qam Qam Posted April 8, 2018 Posted April 8, 2018 Hello every one i want to mention multiple filed in the email like agent name created by and date of creation to be sent to the manger now i can only send one field in the email
bcooney Posted April 8, 2018 Posted April 8, 2018 Set Variable $body = client::name & " some text here. And " & to::fieldname & " more text here." Then, set the Message in the Email Send script step to $body.
Qam Qam Posted April 8, 2018 Author Posted April 8, 2018 thank you bcooney sorry for my lake of knowledge i didn't that , or i think i got nothing in the email please see attached images
bcooney Posted April 9, 2018 Posted April 9, 2018 Looks like you are getting data in the messsage body. Not sure what your question is.
Qam Qam Posted April 9, 2018 Author Posted April 9, 2018 my question is is this the correct way to do it
bcooney Posted April 10, 2018 Posted April 10, 2018 That works. I prefer to declare a $var above the send mail script and use that $var in the message. In fact, all the parameters of the send mail script step are declared as $vars. This increases their visibility in the script.
Recommended Posts
This topic is 2673 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now