- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2020 07:41 AM
Hi All,
I am a bit stucked in mail notifcation.
I have a notification that send email to people when someone initiates transaction from UI action.
>I was solving using the 'event creator ' checkbox , strangely it dont work.. (Event triggered notification)
So lets say User A initiated and click button and now mail needs to go to User B and C
with this check box on : it should trigger to B ,C and also to A(event creator).
>Another approach is i was the id of user to the mail script and use
(Event triggered notification)
call mail script for the mail notification
So recipients are in Event.param2 and cc needs to be there from mail script as below
email.addAddress('cc', userEmai);
I cannot use last param of event as the CC or the fixed logged in user and content needs to be passed via that dynamically..
I don't know what I am doing wrong. similar situation worked well in past.
Thanks in Advance..
Abhinab
Solved! Go to Solution.
- Labels:
-
Notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2020 03:24 AM
yes. even the hardcoded didnot work either.
The problem is may be it donot apear in email logs but mentioned in copied may be that is how it works and not come as a separate in email logs.
In my instance outgoing emails are blocked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2020 07:44 AM