I am new with Documentum and now writing an application with Documentum Composer. The purpose of this application is to import files,which were generated by another third party application, into Documentum Content server. After the import process, an email should be sent to some users to imform them if the import process was sucessful or not. I can use the standard Java-API to implement the email function. But I also read from some articles that I can use Documentum Facility to do this. Two articles from Internet I have found:
1. Using SMTP for Documentum Email
http://www.bluefishgroup.com/library/2002/using-smtp-for-documentum-email/
2. Configuring and customizing documentum email facilities
http://www.bluefishgroup.com/library/2005/configuring-and-customizing-documentum-email-facilities/
In both articles, Docbasic Scripts are mentioned to achieve this function. But it seems that Docbasic is suitable for the old Documentum version 5.x. I am not sure if in the new version 6.x DFC has replaced Docbasic. Does anyone know how to use DFC to realize the email function? Is there some article about it?