# Reduce SPAM rate in emails

SPAM emails are unsolicited or unwanted messages sent in bulk, often for promotional purposes. They can include irrelevant content, misleading information, or even malicious links and are typically sent without the recipient's permission.

\
**The email may be categorized as SPAM for a variety of reasons, some of which are outlined below:**&#x20;

1. Sender Patterns (Mass sending from new IP/ sender)
2. Content Characteristics (Excessive use of capital letters or symbols (!!!!, $$$))
3. Technical Indicators (HTML code containing hidden text or scripts)
4. Behavioral Flags (Links to suspicious websites)
5. Language Patterns (Overly formal or awkward phrasing)
6. IP or Domain Reputation

If a domain reputation is identified as neutral, we recommend taking steps to improve it to a "Good" rating by following these best practices. Implementing these strategies can significantly enhance email deliverability and boost overall campaign performance:

1. List Hygiene:

* Remove invalid/bounced addresses immediately
* Clean out inactive subscribers periodically
* Verify email addresses before sending
* Use double opt-in for new subscribers

2. Engagement Practices:

* Send relevant, personalized content
* Maintain consistent sending schedules
* Remove subscribers who don't open emails
* Track and respond to engagement metrics

3. Content Best Practices:

* Professional email design
* Avoid spam trigger words

4. Monitoring and Maintenance:

* Track delivery rates
* Monitor spam complaints
* Review bounce rates
* Analyze engagement metrics


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.satisfilabs.com/resource-center/marketing-engine/campaigns/email-campaigns/best-practices/reduce-spam-rate-in-emails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
