Merge remote-tracking branch 'origin/codex/add-sender-email-validation-and-logging'

This commit is contained in:
ajaysi
2026-06-03 18:50:53 +05:30
6 changed files with 103 additions and 12 deletions

View File

@@ -191,6 +191,7 @@ class SendOutreachResponse(BaseModel):
status: str
policy_allowed: bool
policy_reasons: List[str] = Field(default_factory=list)
effective_sender_email: Optional[str] = None
class OutreachAttemptRecord(BaseModel):