| java.lang.Object org.ofbiz.content.email.EmailServices
EmailServices | public class EmailServices (Code) | | Email Services
author: Andy Zeneski version: $Revision: 1.2 $ since: 2.0 |
sendMail | public static Map sendMail(DispatchContext ctx, Map context)(Code) | | Basic JavaMail Service
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
sendMailFromUrl | public static Map sendMailFromUrl(DispatchContext ctx, Map context)(Code) | | JavaMail Service that gets body content from a URL
Parameters: ctx - The DispatchContext that this service is operating in Parameters: context - Map containing the input parameters Map with the result of the service, the output parameters |
|
|