- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 08:23 PM
I'm really puzzled. I have an event triggered email working in our Dev environment, but I cannot get it to work in the Test environment. I have checked the even log, and the events are being triggered, but then when I check the email log, there is nothing there. My email notification is supposed to be triggered by the even seen in the log, but nothing is happening. Is there any known issues with firing emails from events? Any ideas of what I should check? I feel like I've tried everything. Any advice/thoughts would be appreciated. Thanks
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 06:39 AM
Turns out the issue was that when I passed an inactive user as a parameter, nothing would be sent, even if the user record had an email address. To get around this, I just passes the user's email as the parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2017 08:49 PM
Hi Michael,
Have you confirmed if your event was triggered? You can validate that by navigating to System Logs >> Events or directly entering sysevent.list and then hitting enter on the navigation window.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 06:39 AM
Turns out the issue was that when I passed an inactive user as a parameter, nothing would be sent, even if the user record had an email address. To get around this, I just passes the user's email as the parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 06:52 AM
Thanks for sharing back what was the issue. It's great you were able to resolve it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2017 12:03 PM
I have the same issue. The email triggers for some users, but not others. I've checked everything from email notification setting (send to event creator) to user profiles, and cannot determine the common denominator between those that work and those that don't.