We wanted to create certification campains to review some accesses. However, whenever we create one, they don’t generate any email to the reviewer’s, apparently for no reason.
I’ve tried to do exactly the same in our sandbox and it works, and both configurations look equal.
Does anyone know exactly what the problem might be?
I would venture that one of those is your issue. If it is not, then I’d check if you are getting other emails from ISC or not, and check the logs to see if there might be an error in your email template that is causing the send to fail.
Just for clarification, in Sandbox, the emails are being sent to the recipients that they have a certification to complete, but in Production they are not receiving that email?
I would look at the Email Templates then to see if they are disabled. See the link to the documentation that shows how that is done.
When you created your campaign in Production, did you accidentally check “Disable Email Notifications”? You may need to use the Composition Report or API to check that value.
Go into Search and do name:“Send Email” to ensure your emails are actually being sent. Then go into your mail gateway and figure out why they’re being blocked at the mail gateway.
I have found the solution, it was very simple actually.
Basically, the email template of certifications had some sort of compilation error on the html.
The template was exactly the same as it was in the sandbox, but probably it had another space or something that broke it. These email templates really are sensitive.