error string as "SMTPSender: no recipients, email send ignored" in email (logs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi Team
notification configured on sc_task table and this is using
action:inserted/updated record trigger
condtion: assignment group changes
notification is triggered but it showing empty recipients and below error and the type is send ignore
error string as "SMTPSender: no recipients, email send ignored" in email (logs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
28m ago
Hi @Ramu8
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0853472
Issue
You can identify this issue by reviewing the email logs when investigating why a user did not receive an expected notification.
In the email log, the message will appear with a Send-Ignored state and the following error message:
SMTPSender: no recipients, email send ignored. The value in the recipient is not a valid email 'name@name_domain.xxx'
Release
Cause
As per section 3.4 of the Internet Message Format Standard RFC5322, the _ (underscore) is an illegal character in the address domain, so JavaMail rejects the address.
Resolution
This is not a ServiceNow platform issue, as the behaviour is expected.
In order to resolve this, the domain part of the email address needs to be corrected to conform with section 3.4 of Internet Message Format Standard RFC5322.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
****************************************************************************************************************