← 返回
沟通协作 中文

Ravi email-writing

Best practices for writing high-quality emails that look professional and avoid spam filters. Reference this before composing, replying, or forwarding emails...
撰写高质量邮件的最佳实践,确保邮件外观专业并避免垃圾邮件过滤器拦截。在撰写、回复或转发邮件前请参考此内容。
raunaksingwi
沟通协作 clawhub v2.1.1 3 版本 100000 Key: 无需
★ 0
Stars
📥 878
下载
💾 9
安装
3
版本
#latest

概述

Email Writing Guide

Write emails that look like they came from a real person — not an AI.

Good email hygiene improves deliverability, avoids spam filters, and gets responses.

Subject Lines

  • 40-60 characters — long subjects get truncated on mobile
  • Be specific — "Q3 metrics review for Acme project" beats "Update"
  • No ALL CAPS — spam filters penalize this heavily
  • Avoid spam triggers — "free", "act now", "limited time", "click here", "urgent", "guaranteed", "no obligation"
  • Match the tone — casual for teammates, professional for external contacts

HTML Body Structure

The --body argument in ravi email compose accepts HTML. Always use semantic tags — never pass plain text.

Note: --subject is only used with the compose command. Reply and forward commands auto-derive the subject from the original message (prepending Re: or Fwd:).

Do this:

<p>Opening line that states the purpose.</p>

<p>Supporting details in a second paragraph.</p>

<ul>
  <li>Key point one</li>
  <li>Key point two</li>
</ul>

<p>Closing with a clear next step or ask.</p>

<p>Best,<br>IDENTITY_NAME</p>

Don't do this:

Plain text with no tags at all

Or this:<br><br>Using br chains<br><br>instead of paragraphs

Rules:

  • Always wrap text in

    tags

  • Use

    for section headers (not

    )

  • Use
      /
    • for lists, not dashes or asterisks
    • Use descriptive text for links — never bare URLs
    • No , , or wrapper tags — the email system adds these
    • No
      chains — use separate

      tags instead

    • Get the identity name with: ravi auth status

    Recommended Template

    Copy-paste starting point for most emails:

    ravi email compose \
      --to "recipient@example.com" \
      --subject "Specific subject under 60 chars" \
      --body "<p>Hi Alex,</p><p>I'm reaching out about [specific topic]. [One sentence of context.]</p><p>[Core message — what you need, what you're sharing, or what you're asking.]</p><ul><li>[Key point or action item]</li><li>[Key point or action item]</li></ul><p>[Clear next step — what should the recipient do?]</p><p>Best,<br>YOUR_NAME</p>"
    

    Tone and Style

    • First person, active voice — "I'll send the report Monday" not "The report will be sent"
    • Short paragraphs — 2-3 sentences max per

      tag

    • Get to the point — state your purpose in the first sentence
    • End with an action item — "Can you review by Friday?" not "Let me know your thoughts"
    • No filler phrases — cut "I hope this email finds you well", "Just wanted to touch base", "Per our previous conversation"
    • No robotic language — cut "I am writing to inform you", "Please be advised", "Kindly note"
    • Match the thread tone — if they're casual, be casual. If they're formal, be formal.

    Anti-Spam Essentials

    These rules help your emails land in the inbox, not spam:

    • High text-to-HTML ratio — more words, fewer tags. Don't over-format.
    • No link shorteners — use full URLs. Spam filters distrust bit.ly, t.co, etc.
    • Max 2-3 links per email — more links = higher spam score
    • No ALL CAPS — not even for emphasis. Use instead.
    • No image-only emails — always include text content
    • One topic per email — don't cram multiple requests into one message
    • Don't repeat yourself — saying the same thing in different words triggers spam heuristics

    Common Mistakes

    MistakeWhy it's badDo this instead
    ---------------------------------------
    Plain text in --bodyRenders as one blob, no formattingWrap everything in

    tags



    chains
    Looks spammy, inconsistent spacingUse separate

    tags

    "Dear Sir/Madam"Outdated, signals mass emailUse the recipient's name or "Hi there"
    Wall of textNobody reads long emailsBreak into 2-3 short paragraphs
    "Click here" linksSpam trigger, bad accessibilitydescriptive text
    Empty or vague subjectLow open rates, looks like spamBe specific: "Invoice #1234 for January"
    Excessive HTML stylingHigh tag-to-text ratio triggers filtersKeep formatting minimal
    No signatureLooks impersonal, unprofessionalSign with identity name
    "Sent by AI" disclaimersUndermines trust, unnecessaryJust write naturally

    Related Skills

    • ravi-email-send — CLI commands for compose, reply, reply-all, and forward
    • ravi-inbox — Read incoming email to understand what you're replying to
    • ravi-identity — Get your identity name for email signatures
    • ravi-feedback — Tell the Ravi team if email deliverability could be better

版本历史

共 3 个版本

  • v2.1.1 当前
    2026-05-03 03:28 安全 安全
  • v1.7.1
    2026-03-29 20:18 安全 安全
  • v1.6.0
    2026-03-07 02:01

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,371
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,574
productivity

Ravi login

raunaksingwi
使用 Ravi 身份注册并登录服务 — 处理注册引导、表单、双因素认证、一次性验证码及凭据存储。请勿用于独立收件箱检索。
★ 0 📥 939