public interface SendMailApi
Map<String,Object>
sendMessage(String from, String to, String subject, String bodyText, String bodyHtml, String cc, String replyTo, String xheaders)
@Named(value="SendMessage") Map<String,Object> sendMessage(String from, String to, String subject, @Nullable String bodyText, @Nullable String bodyHtml, @Nullable String cc, @Nullable String replyTo, @Nullable String xheaders)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.