How to restrict email for outbound emails.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2022 06:46 AM
Hi,
I know how to restrict email for inbound emails but don't know to restrict outbound emails. We can use multiple email address for one ServiceNow instance.
ex - When email sent to dev123+test@servicenowdevelopers.com then HR service should be set as 'abc' and when email sent to dev123+abc@servicenowdevelopers.com then HR service should be set as 'xyz'.
Can we create different mailbox and achieve it.
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2022 03:58 PM
Best way to handle this is to have two external inboxes that forward to the ServiceNow instance. The inbound action can then analyze the recipient value and handle accordingly for your use case. This is what is most commonly done when organizations need to have multiple mailbox sources apply to the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2022 11:10 PM
Thank you for your reply.
Can you please tell me how to do it.
Regards,
Nivedita