Outbound email is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 10:52 AM
Hi,
I am not able to receive any mail from my service now instance(SNOW) looks like some SMTP issue in my personal developer instance.In properties send and received are true as well.
I am not able to solve the issue,it's showing like
This account is configured and maintained by ServiceNow. More Info
If i will go to table "sys_email_account " and open ServiceNow SMTP and when i will hit the Test connection it's showing message like
"Connection Failed
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 11:19 AM
Hi there,
Try posting your question in the instance help community. ServiceNow employees who can have a look at your instance, will spot your question there.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 11:38 AM
Hi
I had faced a similar issue and i have fixed it like this.
Go to sys_email_account.list and change the smtp server as relay instead of devrelay.
The table is write protected with ACL. So first you need to elevate your roles to security admin and then edit the write record ACL on this table sys_email_account and make it admin overrides box checked.
Save the aCL and then edit the record
Mark the comment as correct/helpful once worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2020 01:11 AM
Hi,
I had te same issue, changing the server from devrelay to relay works for me as well.
Changing the server via Background Script I didn't need to fix the ACL 😉
Thanx to asifnoor
Sven

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2020 02:05 AM
Strange. Should not ACL restrict the background script as well?