Last active
November 14, 2018 12:50
Revisions
-
archetana revised this gist
Nov 14, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name="mailer" xmlns="http://www.simplity.org/schema"> <actions> <setValue fieldName="urlString" fieldValue="http://xxx:8081/SMTPService/a._s"></setValue> <setValue fieldName="application" fieldValue="AFE2018"></setValue> <setValue fieldName="apikey" fieldValue="xxxx"></setValue> <logic className="com.infosys.submission.util.Mail" actionName="mailAction"/> -
archetana revised this gist
Nov 14, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <actions> <setValue fieldName="urlString" fieldValue="http://sparsh-ic:8081/SMTPService/a._s"></setValue> <setValue fieldName="application" fieldValue="AFE2018"></setValue> <setValue fieldName="apikey" fieldValue="xxxx"></setValue> <logic className="com.infosys.submission.util.Mail" actionName="mailAction"/> </actions> </service> -
archetana created this gist
Nov 14, 2018 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <service dbAccessType="none" moduleName="submission" name="mailer" xmlns="http://www.simplity.org/schema"> <actions> <setValue fieldName="urlString" fieldValue="http://sparsh-ic:8081/SMTPService/a._s"></setValue> <setValue fieldName="application" fieldValue="AFE2018"></setValue> <setValue fieldName="apikey" fieldValue="fbd5d3de-5606-46b8-ae43-7bca02b32c4e"></setValue> <logic className="com.infosys.submission.util.Mail" actionName="mailAction"/> </actions> </service>