> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peanutsapp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Email Integration

> Log entries via email and receive notifications, digests, and alerts

## Overview

Peanuts integrates with email in two ways: receiving entries and sending notifications.

## Log via Email

Forward emails or send new ones to your personal Peanuts email address to create entries.

### Your Peanuts Email Address

Each user gets a unique forwarding address:

```
your-username@log.peanuts.app
```

Find your address in **Settings → Integrations → Email**.

### How It Works

<Steps>
  <Step title="Forward or compose">
    Send an email to your Peanuts address with the entry content.
  </Step>

  <Step title="AI processes">
    Peanuts extracts data and routes to the appropriate Helper.
  </Step>

  <Step title="Entry created">
    The entry appears in your Helper with extracted fields.
  </Step>
</Steps>

### Use Cases

* Forward receipts for expense tracking
* Forward confirmations for travel logging
* Send quick notes from any email client
* Forward newsletters to a reading list Helper

<Info>
  Email logging costs **1 credit** per email processed.
</Info>

## Email Notifications

Receive various notifications via email.

### Notification Types

| Type                   | Description                       |
| ---------------------- | --------------------------------- |
| **Daily Digest**       | Summary of yesterday's entries    |
| **Weekly Digest**      | Week-at-a-glance summary          |
| **Reminders**          | Scheduled prompts to log          |
| **Alerts**             | Threshold-based notifications     |
| **Low Credit Warning** | When credits fall below threshold |

### Setup

<Steps>
  <Step title="Go to Settings">
    Navigate to **Settings → Notifications**.
  </Step>

  <Step title="Enable Email">
    Toggle on **Email Notifications**.
  </Step>

  <Step title="Configure Types">
    Select which notification types to receive.
  </Step>

  <Step title="Set Schedule">
    Choose digest frequency and delivery time.
  </Step>
</Steps>

## Email Preferences

Customize your email experience in Settings:

<CardGroup cols={2}>
  <Card title="Digest Schedule" icon="calendar">
    Daily or weekly, choose delivery day and time
  </Card>

  <Card title="Alert Frequency" icon="bell">
    Immediate, batched, or digest-only
  </Card>

  <Card title="Low Credit Threshold" icon="coins">
    Get warned before running out
  </Card>

  <Card title="Unsubscribe" icon="ban">
    Opt out of specific email types
  </Card>
</CardGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Emails not being processed">
    * Check you're sending to the correct address
    * Verify email forwarding is enabled
    * Check spam folder for confirmation emails
  </Accordion>

  <Accordion title="Not receiving notifications">
    * Check spam/junk folder
    * Verify email notifications are enabled in Settings
    * Ensure your email address is verified
  </Accordion>

  <Accordion title="Wrong Helper routing">
    * Include Helper name in subject line
    * Be more specific in email content
    * Use consistent patterns
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Telegram" icon="paper-plane" href="/integrations/telegram">
    Log via Telegram messages
  </Card>

  <Card title="Notifications" icon="bell" href="/features/notifications">
    Set up reminder notifications
  </Card>
</CardGroup>
