Could not find the ColdFusion component or interface Mail
Hi,
We are running CF2021 on Centos 7.9 on three servers with the same CF instance on all three, which are network load balanced. We are getting this error only on one instance when trying to use mail. All three instances are identical.
Could not find the ColdFusion component or interface Mail.Ensure that the name is correct and that the component or interface exists. The specific sequence of files included or processed is: /..../test_mail.cfm, line: 2Here is the code:
<cfdump var = "#now()#">
<cfscript>
foo = new Mail();
</cfscript>The mail package is installed. I reinstalled it but still getting the same error.
<cfmail> works fine.
Anything I can do to troubleshoot the issue? Something I can compare with working instance to see if something is not configured?
