Book Image

Learning ServiceNow

By : Sylvain Hauser
Book Image

Learning ServiceNow

By: Sylvain Hauser

Overview of this book

This book shows you how to put important ServiceNow features to work in the real world. We will introduce key concepts and examples on managing and automating IT services, and help you build a solid foundation towards this new approach. We’ll demonstrate how to effectively implement various system configurations within ServiceNow. We’ll show you how to configure and administer your instance, and then move on to building strong user interfaces and creating powerful workflows. We also cover other key elements of ServiceNow, such as alerts and notifications, security, reporting, and custom development. You will learn how to improve your business’ workflow, processes, and operational efficiency. By the end of this book, you will be able to successfully configure and manage ServiceNow within your organization.
Table of Contents (21 chapters)
Learning ServiceNow
Credits
About the Author
About the Reviewer
www.packtpub.com
Customer Feedback
Preface

Emails and notifications


Emails sent to and from your instance are processed by a mail server maintained by ServiceNow. This means that you don't have to manage these servers yourself and worry about connecting them to your ServiceNow database or managing communication between them. Instead, ServiceNow has pre-configured POP3 and SMTP accounts set up to send and receive e-mails.

These email addresses are formatted like [email protected]. For example, if your instance name (the URL prefix you use to access your ServiceNow instance) is my_company_name, then the email address corresponding to that instance will be [email protected]. Sending an email to this email address will (if one is configured) result in the existing inbound email actions being evaluated against.

You can configure email properties, including turning emails on or off for prod or sub-prod instances, by navigating to System PropertiesEmail.

Note

If you have a dev instance that has a name ending in dev,...