glide.smtp.send_partial
Attributes
- Sys ID: 6b432f968313121035dc4388922bc0b3
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property glide.smtp.send_partial determines whether an email is sent to valid recipients when some addresses in the message are invalid. The default value is true, which means the system delivers the email to all valid addresses even if one or more recipients are rejected. If set to false, the entire email fails to send when any recipient address is invalid, ensuring delivery consistency but at the cost of blocking messages. Administrators configure this property based on organizational priorities: true favors successful partial delivery, while false enforces stricter email handling. This setting is most relevant in environments where communication reliability and error handling in SMTP transactions are important.
Source