Msgdrop integrates an advanced, Enterprise-level spam filtering system (powered by Rspamd) with its mail server. This setup allows us to accurately calculate a reliable spam score and predict whether recipient servers are likely to flag an email as spam. This is a game-changer for transactional emails, where spam flagging can wreak havoc on deliverability. Msgdrop keeps your emails out of the spam folder with top-of-the-line spam detection.
The Starter plan provides a simple "spam or not" flag, while the Team plan and above unlock the full power of the spam score. This numerical value offers a deeper understanding of how likely an email is to be flagged, empowering you to fine-tune your email content for maximum deliverability.
Example:
The is_spam
and spam_score
fields reveal an email's spam metrics.
A negative score indicates your email passed the spam test with high confidence.
Positive scores could raise a red flag. Emails with scores exceeding 6.00
get usually flagged as spam.
{
"id": "...",
"date": "...",
"from": [
"john.doe@example.org"
],
"to": [
"5txs7a4nlndf5goekocxgd3xsq@msgdrop.io"
],
"cc": null,
"bcc": null,
"subject": "This is a test email",
"html_body": "<redacted HTML body>",
"text_body": "<redacted text body>",
"is_spam": false,
"spam_score": -0.207,
"size_in_bytes": 5120,
"links": []
}