-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 973 Bytes
/
Copy path.env.example
File metadata and controls
19 lines (16 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ─── Resend (contact form email) ─────────────────────────────────────────────
# Sign up at https://resend.com, then create an API key under API Keys.
# Free tier: 3,000 emails/month, 100/day.
NUXT_RESEND_API_KEY=re_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
# The inbox that contact form enquiries will be delivered to.
NUXT_CONTACT_EMAIL_TO=you@yourdomain.com
# The "from" address shown in the recipient's email client.
# Must be a domain you have verified in Resend (Domains → Add Domain).
#
# During local development you can skip domain verification and use Resend's
# shared sandbox address instead — but it only delivers to your own Resend
# account email, so it's only useful for testing:
# NUXT_CONTACT_EMAIL_FROM=onboarding@resend.dev
NUXT_CONTACT_EMAIL_FROM=Enquiries <hello@yourdomain.com>
# Replace with the real number, no + or spaces
NUXT_WHATSAPP_NUMBER=447700900000