SUM Email Notification Configuration
edit MailNotifierApp.props this file under SUM folder /usr/sap/<sid>/SUM/abap/mailNotifier
sum.host = servername
sum.port = 1128
sum.user = <SID>adm
sum.pwd = PASSWORD
sum.sid = <SID>
sum.type = sumabap
sum.ssl = false
mail.host = MAIL SERVERNAME
mail.port = 25
mail.user =
mail.pwd =
mail.from = senderid@test.com
mail.to = receiver@test.com
mail.debug = false
save this and exit
then run this following command in terminal you have to keep this terminal open to run notification program.
java -jar MailNotifierApp.jar properties=MailNotifierApp.props
you will get test email after this