AI Agent Hub
Back to plugins
🖥️

dsh-email-push-master

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install JamesYasR/dsh-email-push-master

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install JamesYasR/dsh-email-push-master in the DeepSeek Harness terminal to install this email push plugin; the full source repository is at https://github.com/JamesYasR/dsh-email-push-master .

About this plugin

You kick off a long-running AI coding task, step away from the desk, and have no idea whether it has finished, gotten stuck, or is waiting on a decision from you. dsh-email-push-master closes that gap: at the key moments — done, blocked, needs your choice, milestone reached — a short email lands in your phone inbox. One-way ping, no remote control, no polling.

Under the hood it ships a single zero-dependency sender built on Node built-in modules (tls/net) with connect and idle timeouts, structured error classification, and a hard rule against retrying 535 responses, since repeated failures only amplify provider-side risk-control lockouts. SMTP hosts are auto-inferred for QQ and 163 mailboxes, so a one-time config of a single auth code plus a recipient address is all you need. Four notification markers keep the messages specific and brief rather than noisy.

If you regularly run multi-minute or even hour-long automated coding tasks in DSH, Claude Code, Codex, or any Node-based agent and want a lightweight "hey, it needs you" nudge without babysitting a terminal, this plugin is the switch that lets you walk away with a clear conscience.

Use Cases

  • Walk away after launching a long coding task and get an email the moment it finishes or gets stuck
  • Receive a short phone-inbox ping when the agent needs a decision from you
  • Get a milestone update during extended automated runs without babysitting the terminal

Best For

  • Developers who run long automated coding tasks in DSH or similar agents
  • Remote workers who want to step away while staying in the loop
  • QQ or 163 mail users looking for a zero-dependency notification setup