Unable to send email notification from fdmee event script
Hi All,
Oracle Hyperion FDMEE version 11.2.14 new Environment.
We are not receiving email notifications from fdmee for data loads. Below are the details which we have provided in afterload event scripts. Please find the attached.
The same is working in powershell from the server, but we are providing credentials and using ssl as shown in below test script. Please let us know how the same can be achieved in fdmee as well. Thank you in advance.
Send-MailMessage `
-To "abcd.com" `
-From "xyz@abc.com" `
-Subject "This is a test message from PowerShell" `
-Body "Hello World!" `
-Credential (Get-Credential) `
-SmtpServer "smtp.office365.com" `