Hi everyone
I would like to find out if there is any way to program an automatic email to be sent out to anyone who has input their email address into the “daily news subscription’s” pop up message box?
Hi everyone
I would like to find out if there is any way to program an automatic email to be sent out to anyone who has input their email address into the “daily news subscription’s” pop up message box?
@joy_khor
Yes through input dialogue save email in variable and use send mail message activity and place that variable in section “To”
Hi @joy_khor
In the Input dialog box store the mail address in a variable and pass the variable in the To field in send outlook mail message activity.
Hope it helps!!