Hi Scott,

I can't remember if you can get a hold of ColdFusion's server factory
in CF6.1, but you could give this a whirl ...

<cfset obj_Factory = CreateObject("java",
"coldfusion.server.ServiceFactory")>
<cfset MailSpoolService = obj_Factory.getMailSpoolService()>
<cfset MailSpoolService.restart()>

I found this snippet somewhere on the electric interweb so I can't
take credit for it.

Cheers
Glen

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to