feat: Add Resend SMTP integration, free lead discovery & email resolution, and local dashboard - #956
Closed
juliolimacostavalladares wants to merge 2 commits into
Conversation
… and local dashboard
…d X-Entity-Ref-ID
Owner
|
Sorry but this part was moved to openOutSend, check it out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
1. Resend Outbound Email Integration (Full SMTP Spec)
smtp.resend.comautomatically when an API key starting withre_is provided. Uses literal username"resend".465and2465usingsmtplib.SMTP_SSL.25,587(default), and2587usingsmtplib.SMTPupgraded withstarttls().Resend-Idempotency-Keyheader (e.g.openoutreach-<id>-<msgid>) to prevent duplicate email transmissions on retries.X-Entity-Ref-IDfor initial cold outreach to prevent Gmail from grouping unrelated outreach emails.2. Free Lead Discovery & Email Resolution (Zero-Cost Alternative)
cbai/minimax-m3) based onproduct_docsandcampaign_targetto generate high-fit B2B prospects in Brazil with realistic roles, companies, and LinkedIn profiles.first.last@domain,first@domain) with MX verification and unlimited credit balance.3. Gateway & Model Prefix Normalization
http://localhost:20128/v1) by auto-prefixingopenai_compatible:when no provider prefix is supplied.OpenAIModeltoOpenAIChatModel.4. Local Web Dashboard & Job Diagnostics
openoutreach-web) athttp://127.0.0.1:8000with a Portuguese UI for reviewing leads, viewing match rationale, managing campaign parameters, and triggering bounded searches.jobs.pyso exact error diagnostics are displayed in the dashboard banner if an issue arises.5. Automated Tests