Skip to content

Commit 45c06de

Browse files
vintaclaude
andcommitted
docs: update init template email placeholder to subdomain format
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d5b5a0 commit 45c06de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ web_hosting:
6666

6767
email_hosting:
6868
provider: resend
69-
from: "Your Name <newsletter@example.com>"
70-
reply_to: newsletter@example.com
69+
from: "Your Name <your-name@newsletter.example.com>"
70+
reply_to: your-name@newsletter.example.com
7171

7272
env:
7373
CLOUDFLARE_API_TOKEN: "cf_xxxxx" # or set CLOUDFLARE_API_TOKEN env var

src/commands/init.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ web_hosting:
2121
2222
email_hosting:
2323
provider: resend
24-
from: "Your Name <newsletter@example.com>"
25-
reply_to: newsletter@example.com
24+
from: "Your Name <your-name@newsletter.example.com>"
25+
reply_to: your-name@newsletter.example.com
2626
2727
env:
2828
CLOUDFLARE_API_TOKEN: "cf_xxxxx" # or set CLOUDFLARE_API_TOKEN env var

0 commit comments

Comments
 (0)