Configuring email account in PDI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 04:11 AM
Hi All,
I am trying to learn on notifications and part of it was creating inbound email actions. But there was no email account configured in PDI. can anyone please help on how i can configure an email account.
I have seen at places that its not possible to send and receive emails. In that case, please let me what can we give for username and password if i am configuring as per the screenshot in case if i am working in a real time project , i want to know what needs to be given in these places.
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2023 08:18 AM
Hi @mrakeshchv @AMan1997 ,
We can add our personal gmail account into it. See the below link
Thanks
Vipin Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2023 09:11 AM
Hi @mrakeshchv ,
I had the same issue when I wanted to test some inbound actions.
So, in order to receive emails in my PDI and check the instance email address I followed the below steps:
- Open Email Properties and check the Email receiving enabled.
- Use the existing "ServiceNow SMTP" email account. And use the email address given in the 'From' field.
- The email address is your PDI id with "@servicenowdevelopers.com".
For example: "dev12345@servicenowdevelopers.com". - Check email_diagnostics for more details.
Send emails on your instance address after enabling the property in step 1. Now you can test your inbound email actions. Have fun!
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2023 05:16 AM
Hi,
I had sending and receiving enabled from properties before checking this. And as for your 2nd point of using "ServiceNow SMTP" ,my email accounts is blank, there isnt any email account automatically configured.
Also if i am configuring email account, does the instance email address and password is what goes into the username and password field.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 10:31 PM
What do you mean Use the existing "ServiceNow SMTP" email account? I have no email account in my PDI instance. Please advice. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2024 02:34 AM
Hi @Community Alums ,
So to receive emails in your instance, you can use the default email address which is -
<instance_URL>@servicenowdevelopers.com
for example:
your instance URL = https://dev123456.service-now.com/now/nav/ui/classic/
Email address = dev12345@servicenowdevelopers.com
Thanks,