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

# SMTP Server Integration

Dittofeed can integrate with basic SMTP servers to send emails. Many third-party email services exist for testing the quality and deliverability of your emails, such as [Mailtrap](https://mailtrap.io/). Using SMTP as an email provider is useful for integrating with these services.

Note that we don't recommend using SMTP for production email delivery. With a plain SMTP server, you'd lose access to spam and delivery rate metrics, which dedicated email service providers are able to provide via their relationships with ISPs.

## Integration Instructions

Navigate to the [/dashboard/settings](https://app.dittofeed.com/dashboard/settings) page SMTP section.

<Frame>
  <img src="https://mintcdn.com/dittofeed/abmbv2I9puhRd1Zb/images/smtp-config.png?fit=max&auto=format&n=abmbv2I9puhRd1Zb&q=85&s=24142483fd764ee25e15655d606d0e76" alt="SMTP Config" width="3680" height="2382" data-path="images/smtp-config.png" />
</Frame>

Configure your SMTP server settings, including your host, port, username, and password. Then select SMTP as the default email provider.

<Frame>
  <img src="https://mintcdn.com/dittofeed/abmbv2I9puhRd1Zb/images/smtp-provider.png?fit=max&auto=format&n=abmbv2I9puhRd1Zb&q=85&s=6df5a83cb64ad03c523af1f0868d3459" alt="SMTP Provider" width="3680" height="2382" data-path="images/smtp-provider.png" />
</Frame>
