I configure the email notification but i get
Reason: javax.mail.internet.AddressException: Local address contains illegal character in string
Local address contains illegal character in string ``G:\My Drive\log\iiq_email_notification.log’’ at sailpoint.server.InternalContext$EmailSender.send(InternalContext.java:1103)
Instead of sending email to the actual user, SailPoint will send email to the email address you specify in Redirection Email Address. You should give valid email address not a file location, that is why you are facing this error.
For your testing, you need to select Redirect to File and then give the file location.
The field ‘Redirection Email Address’ should contain a valid email-address and not a file location.
So either switch to ‘Redirect to File’ (as Krishna stated) or provide an actual email-address.
Some of our clients prefer using actual email sent to a shared mailbox (so no need to log on to the IIQ Server on OS level) and other like to use the Redirect to File option.
@fugitiva
Default from Address doesn’t matter, you can provide a mailbox and your email or in the log file you will see the from Address as this one.
Also when you select redirect to file, the path should be a valid path in the IIQ server.
Anyhow, In your case from where are you triggering the email notification, is it from custom code or rule using API or are you testing any OOTB Email notification at request level?
It seems like you are using a location that is mapped from Google Drive Desktop Application. IIQ might not be able to access this location due to access rights. Try with a location that is a real folder on your computer
Have you submitted any request to test email redirection ?
If yes, then there will be email notifications for requestor and requestee depends on your notification settings in LCM Provisioning workflow (You can find that in Setup → Business Process).
I guess you submitted a request using spadmin user which doesn’t have any email, so the error.
Can you check these points.
And BTW, this is a common error I see and I ignore as I know that spadmin user doesn’t have email anyway.