Skip to main content

I was wondering if anyone else has experienced this issue and if so, how they have resolved it.

We have our People and Culture team with a separate Workspace as IT and as their interactions with employees and potential candidates require interaction with people via a personal email address this can sometimes cause issues when forwarding or including key stakeholders into email communications. If you are not careful your emails can sometimes be sent to a personal email address instead of a organizational email address.

Is there a way to restrict access to personal email addresses to only our P&C workspace? I can see that Requesters sits under the Global Workspace so not sure if this is possible.

Any insights would be greatly appreciated

 

 

The latest release may solve this for you

 

 


To restrict email notifications to only the requester's organizational email address, you can implement the following steps:

  1. Verify Email Domain: Ensure that the email address provided by the requester belongs to the organization’s domain (e.g., @company.com).

  2. Set Email Validation Rules: In your system or application, set up validation rules that only allow email addresses from the organization’s domain. This can be done through regex checks or custom validation scripts.

  3. Update Notification Settings: Adjust your email notification system to check that only requests from valid organizational email addresses are processed for notifications.

  4. Reject External Emails: If a requester provides a personal or external email, the system should either block or request them to use an organizational email.


Reply