Outbound Email Integration and Correspondence

<<Back

·         PRPC Application can read the emails from email box (Inbound email integration), can trigger email from a mail box to outside emails (Outbound email integration)
·         To work with outbound email integration, we need to have the below inputs
1)      From email Address
2)      SMTP host of the from email box
3)      Password of from email address
4)      To email/ emails
·         The above details 1, 2 and 3 can be created as DSS (Dynamic System Settings) entries whereas 4th one can be supplied at run time.
·         In order to email notification, PRPC provides an OOTB activity “SendEmailNotification”, which is available in @baseclass
·         From Pega7 onwards we can also use “Send Email” smart shape in flows.
Dynamic System Settings
·         DSS entries allows us to maintain different values for different application server environment by allowing us to change the values without check-in and check-out
·         We cannot modify in the application
·         We can read the DSS values by using a predefined function @getDataSystemSetting(purpose, Ruleset)
Correspondence
·         A correspondence rule is an instance of class Rule-Obj-Corr
·         It can be created under Process Category
It can be used to create the messages for email body. This can be assigned to a property by using the method Property-Set-Corr

No comments:

Post a Comment