How to have multiple SMTP servers in ServiceNow? (Workaround)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2019 06:14 AM
I know the straightforward answer is "You cannot. You can have multiple POP/IMAP accounts, but only a single SMTP account". Though, what is the workaround, since the customers really requires it.
The approach I have been thinking is to create Java code that uses libraries to build MimeMessages and transport them to the customer's mail server. Then to deploy this code on the Mid Server. Events could then fill up the ECC Queue to trigger this Java code running on the MID Server.
Though, before I start with this implementation, I was wondering if there was a better approach? Or if someone has already done something similar, since I cannot imagine our customer is the first to have such a requirement?
Labels:
- Labels:
-
Notifications
- 6,162 Views
15 REPLIES 15
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2019 01:36 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 04:12 AM
It will not. SPF systems will detect it and block the emails. It would also be rather ironic that a bank always sends out emails against spoofing, while doing the same haha.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2019 04:23 AM
Hi
Why does the customer want to have that configuration?
For Fault tolerance or for load balancing, etc?
Just let me know?
BR
Dirk
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2019 04:14 AM
They need it for a custom application, which should send out emails from a dedicated mailbox. While the other emails should not come from this dedicated mailbox.