James Reily wrote:
> Anyone know of a way in CFML to get the "Mail Server" that is set using the CF Administrator "Mail" interface?

<cflock name="serviceFactory" type="exclusive" timeout="10">
   <cfscript>
     factory = CreateObject("java",
"coldfusion.server.ServiceFactory");
     ms_service = factory.mailspoolservice;
   </cfscript>
   <cfdump var="#ms_service#">
</cflock>

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to