Impact of "glide.email.smtp.active" Property
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2022 03:50 AM
If I set the property "glide.email.smtp.active" to false, basically no mails are sent.
Is it possible to check or set which mails this applies to?
E.g. scheduled reports with a deactivated property don't seem to send any more.
Mail is also not in the outbox
But if I click on "send email" in the INC form, the mail appears in the outbox.
so i wonder why one at least ends up in the outbox but the other does not.
does anyone know more?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2022 03:59 AM
Hi @Meloper,
Once you set the property "glide.email.smtp.active" to false. It will not allow to send any outbound email from ServiceNow.
The outbound email records will be created in Email Logs [sys_email] table. but it will not send from ServiceNow.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2022 05:47 AM
No, I don't think that's true across the board.
If I disable the property and write an additionak comment in inc, normally a mail is sent, but by disabling it I have neither a mail in sys_email nor in the activities, so in fact nothing is done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2022 05:54 AM
if you disable it then emails won't go outside the ServiceNow instance. It applies to normal emails, scheduled reports etc.
Now did you check if the email client is behaving the same on other tables also
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2022 06:04 AM
could it be that there is another property that prevent creating records in sys_email?