Sunteți pe pagina 1din 10

9/29/2015

EMAIL-SMS

SiteMapContactUs24/7(+919176989837/38)

WelcomeCBS

Entire TCSP

Knowledge

DefectManagementSystem

OurOfferings

Help

EmailSetup
1.EnsurethatyourenvironmentvariablesforexJAVA_HOMEarecorrectlysettothejavadirectorybothintheremote.cmdand
intheenvironmentvariablessettings.
2.Alsocheckifthereisjarsfolderinyour.rundirectorywhichcontainsthejarfilesforbothemailandsmsprocessing.There
shouldbetwofolderst24emailandt24sms
3.Ensurethatjprofile.batcontainsthefollowingCLASSPATHvariablessetdependinguponyourOS.
Belowisthescreenshotofremote.cmdandjprofile.bat.

CLASSPATHsettings
Settheenvironmentvariablesinthe.profile/jprofile.bataccordingly.
WINDOWS:
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24email\mail.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24email\activation.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24email\t24email.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24email\xercesImpl.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24email\config
AIX:
exportRELIB=$HOME/jars
exportCLASSPATH=$CLASSPATH:$RELIB/t24email/mail.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24email/activation.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24email/t24email.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24email/xercesImpl.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24email/config
Configurationfile
Ensurethatyourt24email.propertiesfileissetasgivenbelow.ThisfilecanbefoundatXXX.run/jars/t24email/config/
mail.transport.protocol=smtp
mail.smtp.host=MAAEXCHANGE.asia.temenosgroup.com
mail.smtp.auth=false
SMSSetup:
CLASSPATHsettings
Settheenvironmentvariablesin.profile/jprofile.bataccordingly.
WINDOWS:
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24sms
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24sms\t24smsci.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24sms\t24smsimpl.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24sms\xercesImpl.jar
setCLASSPATH=%CLASSPATH%%HOME%\jars\t24sms\config
AIX:
exportRELIB=$HOME/jars
exportCLASSPATH=$CLASSPATH:$RELIB/t24sms

https://tcsp.temenos.com/HowTo/emailsms.aspx

1/10

9/29/2015

EMAIL-SMS

exportCLASSPATH=$CLASSPATH:$RELIB/t24sms/t24smsci.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24sms/t24smsimpl.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24sms/xercesImpl.jar
exportCLASSPATH=$CLASSPATH:$RELIB/t24sms/config
Configurationfile
t24sms.propertiesfileisusedtoconfigureclientrelateddatasuchasclientURL,authenticationdetailsandHTTPproxysettingsetc.,.Thisfilecanbe
foundatXXX.run/jars/t24sms/config/.
www.clickatell.comistheoneofaMessaginggatewayprovider.t24sms.propertiesfilerequirethreeparametersgivenbelow
api.id
user.id
password

ThesethreeparameterscanbeobtainedbycreatingaClickatellCentralaccountinwww.clickatell.com.Aftercreatinganaccount,createaXMLAPI
connectioninordertogettheapi.idandprovideallthethreeparametersrequiredinthepropertiesfile.

#Clickatell gateway URL


com.temenos.t24.sms.gateway.url=https://api.clickatell.com/xml/xml?
#Clickatell authentication credentials
com.temenos.t24.sms.api.id=3186302
com.temenos.t24.sms.user.id=kchellam
com.temenos.t24.sms.password=temenos01
#Clickatell response
com.temenos.t24.sms.success.tag=sendMsgResp
com.temenos.t24.sms.failure.tag=fault
com.temenos.t24.sms.success.code=003
com.temenos.t24.sms.failure.code=005
#T24 delivery status
com.temenos.t24.sms.success.message=DELIVERED
com.temenos.t24.sms.failure.message=FAILED
com.temenos.t24.sms.detailed.response=false
#Proxy settings
com.temenos.t24.sms.http.proxyHost=10.92.5.25
com.temenos.t24.sms.http.proxyPort=8080

(For this settings, please create your own account in clickatell.com, get the api id, and add the user name and password in this file). This site only
permits 10 free SMS after which you cant send any SMS. Hence create your own account

Email alert for credit advices.


1.

Create CUSTOMER record with a valid email id

https://tcsp.temenos.com/HowTo/emailsms.aspx

2/10

9/29/2015

EMAIL-SMS

2.

DE.PRODUCT for that customer

https://tcsp.temenos.com/HowTo/emailsms.aspx

3/10

9/29/2015

EMAIL-SMS

Note that in MB environment the format 7 works correctly. Hence the FORMAT in the DE.PRODUCT record is specified as 7

3.

DE.ADDRESS record for that customer

4.

DE.FORMAT.XML record 910.2.7.GB

https://tcsp.temenos.com/HowTo/emailsms.aspx

4/10

9/29/2015

EMAIL-SMS

5.

DE.MESSAGE.GROUP

6.

DE.CUSTOMER.PREFERENCES

https://tcsp.temenos.com/HowTo/emailsms.aspx

5/10

9/29/2015

EMAIL-SMS

7.

FT transaction inputted crediting that customers account

8.

Formatting the credit advice using EMAIL.OUT

https://tcsp.temenos.com/HowTo/emailsms.aspx

6/10

9/29/2015

EMAIL-SMS

Mail is sent to the TO.ADDRESS specified in the DE.O.HEADER. The mail sent is shown below

SMS Alert for credit advices

Customer record

https://tcsp.temenos.com/HowTo/emailsms.aspx

7/10

9/29/2015

EMAIL-SMS

2. DE.ADDRESS record for that customer

Ensure that you have a clickatell account with correct user name, password and api id

Input an FT contract crediting above customers account

https://tcsp.temenos.com/HowTo/emailsms.aspx

8/10

9/29/2015

EMAIL-SMS

Running the service SMS.OUT and formatting the credit advice, an SMS alert is sent to the mobile id mentioned in the TO.ADDRESS of the
below DE.O.HEADER record

SMSAltertmessagereceivedinthemobile:

https://tcsp.temenos.com/HowTo/emailsms.aspx

9/10

9/29/2015

EMAIL-SMS

2013TEMENOSHEADQUARTERSSA|CompanyConfidential

https://tcsp.temenos.com/HowTo/emailsms.aspx

10/10

S-ar putea să vă placă și