Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables the sending of partial email messages via SMTP, affecting how email notifications are processed. |
| What area does it affect? |
Email Notifications |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring email settings or troubleshooting email delivery issues. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.smtp.send_partial |
| Sys ID |
6b432f968313121035dc4388922bc0b3 |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
|
| Updated |
2025-01-26 22:22:36 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... bulk". Some spam filters flag bulk email as spam. Set the value to false to remove this header from outbound email. • Type: true | false • Default value: true glide.smtp.send_partial Splits outgoing email between valid and invalid recipients. The email is sent only to the valid recipients. A new email containing the invalid recipients is created in the send-ready state ...
Related properties