Search found 3 matches

by rastogi_mohit2005
Wed Sep 05, 2012 12:52 pm
Forum: Development
Topic: Any way to call ScriptHelper API for sending email
Replies: 0
Views: 3353

Any way to call ScriptHelper API for sending email

Hi,

I am trying to send email using "Script Action". I have created as action of type "Script Action" and script text field as

#set($result=$ScriptHelper.sendEmail($requestParameters.SENDER, $requestParameters.RECIPIENT, $requestParameters.SUBJECT, $requestParameters.TEXT, "", 0, "ISO-8859-1 ...
by rastogi_mohit2005
Wed Sep 05, 2012 12:46 pm
Forum: Using OpenEMM
Topic: How to pass Email Text using Script Action
Replies: 0
Views: 2222

How to pass Email Text using Script Action

Hi,

I am trying to send email using "Script Action". I have created as action of type "Script Action" and script text field as

#set($result=$ScriptHelper.sendEmail($requestParameters.SENDER, $requestParameters.RECIPIENT, $requestParameters.SUBJECT, $requestParameters.TEXT, "", 0, "ISO-8859-1 ...
by rastogi_mohit2005
Wed Sep 05, 2012 12:29 pm
Forum: Using OpenEMM
Topic: How to import template & pass dynamic values with webservice
Replies: 0
Views: 2159

How to import template & pass dynamic values with webservice

Requirement : I am trying to integrate my application with OpenEMM for sending Email. We have dynamic templates with fields e.g. FName, LName, CustomerAddress etc. After picking these values from application database I need to send Email to recipients.

OpenEMM understanding : I understand static ...