Hi,
Iam trying to send the alert mail using alert activity. But I am getting following Error In delivery.
In properties under SMTP I found below URL. Earlier we used this URL. After server transformation we had changed the URL. Could please help how to change this SMTP header URL.
Thanks,
Ram.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Are you altering the system alert template(s)? Those are mapped to operators, not recipients.
If they were recipients you could use @cryptedId, no need to call cryptString() function- or better, use a common unsub personalization block.
Finally, operators can't use webApps to unsubscribe from alerts; unless the webApp is written in such a way as to delete the row from the nmsgroup bridge table connecting them to the alert group every workflow is set to use...
Thanks,
-Jon
Views
Replies
Total Likes
Not sure why you would want a List-Unsubscribe in an Alert activity as Alerts are usually used to target Operators of the instance
If you do, then you need to use operator.id as Alerts use Operators, not Recipients as the targets
Views
Replies
Total Likes
I am not clear on why you are using a delivery instead of just using an alert activity to send alerts.
In case you just want to send an alert use the below activity to configure the alert message and add the assignee( operator) who should receive the alert.
Thanks,
Anup
Views
Replies
Total Likes
Hi,
Are you altering the system alert template(s)? Those are mapped to operators, not recipients.
If they were recipients you could use @cryptedId, no need to call cryptString() function- or better, use a common unsub personalization block.
Finally, operators can't use webApps to unsubscribe from alerts; unless the webApp is written in such a way as to delete the row from the nmsgroup bridge table connecting them to the alert group every workflow is set to use...
Thanks,
-Jon
Views
Replies
Total Likes