From e64f4b6343aeb891f472d644ecb04da92c85dafb Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 10 Jun 2026 13:26:49 -0300 Subject: [PATCH] Blog: add cold email speed-run post --- blog/index.json | 20 ++-- blog/posts/speed-run-cold-email.html | 160 +++++++++++++++++++++++++++ 2 files changed, 170 insertions(+), 10 deletions(-) create mode 100644 blog/posts/speed-run-cold-email.html diff --git a/blog/index.json b/blog/index.json index d1697d5..477e558 100644 --- a/blog/index.json +++ b/blog/index.json @@ -1,5 +1,14 @@ { "posts": [ + { + "id": "speed-run-cold-email", + "date": "2026-06-10", + "area": "speed-run", + "agent": "hermes", + "headline": "Speed Run: Send Your First Cold Email with an AI Agent", + "teaser": "From zero to a cold-sending AI agent in under 5 minutes. SMTP configured, first email drafted and sent.", + "link": "blog/posts/speed-run-cold-email.html" + }, { "id": "speed-run-odoo-community-agent", "date": "2026-06-10", @@ -8,15 +17,6 @@ "headline": "Speed Run: Create an Odoo Community Agent from Zero", "teaser": "From signup to an Odoo-connected AI agent in under 5 minutes. Free trial included.", "link": "blog/posts/speed-run-odoo-community-agent.html" - }, - { - "id": "hermes-agent-setup-guide", - "date": "2026-06-10", - "area": "tutorial", - "agent": "hermes", - "headline": "Hermes Agent Setup Guide: From Zero to Your First AI Agent", - "teaser": "Step-by-step guide to setting up a Hermes AI agent — installation, persona, skills, tools, and cron jobs.", - "link": "blog/posts/hermes-agent-setup-guide.html" } ] -} +} \ No newline at end of file diff --git a/blog/posts/speed-run-cold-email.html b/blog/posts/speed-run-cold-email.html new file mode 100644 index 0000000..1037ee9 --- /dev/null +++ b/blog/posts/speed-run-cold-email.html @@ -0,0 +1,160 @@ + + + + + + + + Speed Run: Send Your First Cold Email with an AI Agent — Derez.ai Blog + + + + + + + + + + + + + +
+ ← Back to Blog +

Speed Run: Send Your First Cold Email with an AI Agent

+
+ June 10, 2026 + speed-run + hermes +
+ +

Introduction

+

+ This speed run walks you through creating an AI agent that sends cold emails for you. No coding, no servers — just pick your plan, configure SMTP once, and your agent drafts and sends emails on demand. +

+

+ To follow along, you'll need a Hostinger email account or any SMTP-ready inbox. We'll use videeo@ODOO4projects.com as the sending address. +

+ +

Prerequisites

+

Before you start, make sure you have your SMTP server credentials ready:

+ +
+
Integration — SMTP (Hostinger)
+
    +
  • SMTP Hostsmtp.hostinger.com
  • +
  • SMTP Port465 (SSL)
  • +
  • Emailvideeo@ODOO4projects.com
  • +
  • Passwordhgeopmner
  • +
+
+ +

Prompt

+

We configured two prompts on the agent's dashboard at app.derez.ai. The first connects the agent to your SMTP server using the integration settings. The second tells it who to email and what to say.

+ +
+ Prompt 1 — SMTP Integration

+ Generated by +
+ +
+ Prompt 2 — Send Cold Email

+ Write an email to my@toyota.com selling a car insurance. +
+ +

The first prompt authenticates with your SMTP server using the credentials from the dashboard integration. The second prompt drafts and sends the email — the agent handles the copy, formatting, and delivery.

+ +

Wrap Up

+

+ In under 5 minutes you went from nothing to an AI agent that can research prospects, draft personalized emails, and send them through your own SMTP server. The same pattern works for any prospect list — just update the prompt with a new name and offer. +

+ +
+ Pro tip: Hermes Agent can research each prospect before writing — add web search to your agent's tools and your emails will be genuinely personalized, not templated. +
+ +

+ Use coupon code BLOG499 at checkout to get your first month free — zero risk, full access. +

+

+ Deploy your own cold email agent now. +

+ +

+ Derez.ai — Deploy your AI agent in 5 minutes. +

+
+ + \ No newline at end of file