SMTP / IMAP
Use Generic Email when you want Drip Drop to send through a standard SMTP mailbox and optionally receive replies through IMAP. This is the manual connection option for providers that do not have a dedicated native integration.
Note
Generic Email is the manual SMTP and IMAP option. Use Gmail or Outlook instead when you want a native OAuth mailbox flow.
When to use Generic Email
- You want to send from a mailbox provider that is not covered by a dedicated Drip Drop integration.
- You want a shared mailbox or custom mail host connected through standard SMTP settings.
- You may want reply handling through IMAP, but you do not need webhook-based inbound setup.
00 Before you Start
- Gather the SMTP server address, SMTP port, username, and password for the mailbox.
- If you want replies to come back into Drip Drop, also gather the IMAP server address, IMAP port, and any required folder, archive, SSL, or TLS settings.
- Confirm whether your mailbox provider requires an app password instead of the normal account password.
- Use a safe test contact for the first outbound and reply test.
01 Connect Generic Email in Drip Drop
- Open Dashboard → Admin → Integrations.
- Click New Integration and choose Generic Email.
- Enter the mailbox username and password.
- Enter the SMTP server address and SMTP port number.
- Save the provider.
- The provider should now appear on the Integrations list.
This provider is configured manually. There is no OAuth login flow and no provider-side webhook auto-configuration step.
02 Enable IMAP for Replies
If you want Drip Drop to receive replies, enable IMAP in the provider form and complete the incoming-mail settings.
- Turn on Enable IMAP.
- Enter the IMAP server address and IMAP port number.
- Optionally set the IMAP folder and archive folder if your mailbox workflow needs them.
- Set Use SSL and Use TLS to match the mailbox provider requirements.
- Save the updated provider settings.
Note
Reply handling only works when IMAP is enabled and the mailbox can be reached with the saved settings.
How Sending Works
- Outbound email is sent through the saved SMTP server and mailbox credentials.
- This is different from Gmail or Outlook OAuth because Drip Drop does not create a provider-managed mailbox connection through a consent screen.
- The sender identity comes from the mailbox credentials and SMTP configuration you save here.
How Replies Work
Inbound replies are fetched through IMAP, not through webhooks. Drip Drop polls the configured mailbox and processes matching replies when IMAP is enabled.
- Drip Drop skips outbound echoes from the same mailbox address.
- For reply matching, Drip Drop first tries the reply headers from the original outbound message and then falls back to the most recent outbound message to that sender if needed.
- If IMAP is off or misconfigured, sending can still work while replies do not appear.
Security and Mailbox Requirements
- Some mailbox providers require an app password or a mailbox-specific access setting for SMTP or IMAP connections.
- SSL and TLS requirements vary by provider. Use the settings your mailbox host or admin gives you.
- This provider does not rely on provider-side event webhooks for delivery, opens, clicks, or inbound replies.
What to Expect in Drip Drop
- Once saved, Generic Email can be selected anywhere Drip Drop needs an email-capable sender.
- If IMAP is configured correctly, reply emails can be attached back to the related outbound thread.
- If only SMTP is configured, the provider can still send even though inbound replies are unavailable.
Troubleshooting
SMTP problems
- If sending fails, check the SMTP host, port, username, and password first.
- If authentication fails, verify whether the mailbox provider requires an app password instead of the normal account password.
- If the mailbox provider expects SSL or TLS settings outside the defaults, update the provider settings to match.
IMAP problems
- If replies never appear, confirm Enable IMAP is on and that the IMAP host and port are correct.
- If the mailbox is reachable but replies still do not appear, check the folder setting and any archive behavior that may move messages unexpectedly.
- If SSL or TLS is mismatched, IMAP can fail even when the mailbox credentials are correct.
Reply matching problems
- If a reply reaches the mailbox but is not linked to the expected outbound message, test again with a fresh Drip Drop send so the reply headers are present.
- If the mailbox receives many unrelated messages from the same sender, fallback matching may not behave the way you expect without clean reply headers.
Related Docs
- See Integrations for the shared provider setup flow and provider management basics.
- Compare Gmail or Outlook if you want a native mailbox integration with OAuth instead of manual SMTP and IMAP settings.
- Compare SendGrid or Mailgun if you want an email service provider integration rather than a mailbox connection.