Notification email via event model groovy
Summary
email sender 'no-reply@oracle.com'Content
Hi,
In the event model, I used the following code to send notification.
boolean rslt=eventModel.applicationModule.getSubscriptionManagementAM().notifyRep('Upcoming Renewal for Subscription '+ SubscriptionNumber ,'You are receiving this notification because this subscription is up for renewal in '+ DaysBeforeExpiry +' days', sentTo,'no-reply@abccompany.com')
In the received notifications, I noticed that email sender 'no-reply@oracle.com' is used instead of no-reply@abccompany.com.
Anyone sees this issue before?
Thanks,
Adam
Version
20D0