Notification email via event model groovy
Summary
email sender '[email protected]'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,'[email protected]')
In the received notifications, I noticed that email sender '[email protected]' is used instead of [email protected].
Anyone sees this issue before?
Thanks,
Adam
Version
20D0