Open Valter479 opened 8 years ago
I have the same issue, also using hangfire to send emails as background job. It seems to occur after editing the template while running the application. This post seems to be related (see the first item under "Explanation" in the matthid's answer):
http://stackoverflow.com/questions/29803561/razorengine-error-trying-to-send-email
Looks like you're encountering a key conflict issue. Have you tried checking door cable if the key is being reused elsewhere in your templates? That might help resolve the problem.
I keep getting the following error:
I am not sure why?
I am using hangfire to send email as background job.