Where is my website hosted?
Your site is hosted on Amazon Web Services using:
- S3 for static site storage.
- CloudFront as a global CDN for speed and caching.
- ACM (AWS Certificate Manager) for SSL certificates.
This is the same infrastructure model used by serious production sites — just simplified and managed for you.
Will my site be secure (HTTPS)?
Yes. Your domain is connected through CloudFront with a valid SSL certificate, so visitors see the
secure padlock (https://) in the browser. DNS and certificates
are configured carefully, and cached issues are handled (like forcing a refresh or invalidation when needed).
How do contact forms work behind the scenes?
The contact form is not just a “mailto” — it’s wired to real infrastructure:
- Form submits from your website trigger an AWS API Gateway endpoint.
- API Gateway invokes a Lambda function written in Node.js.
- The Lambda uses Amazon SES to send an email to your inbox.
- We’ve configured CORS properly so the browser can talk to the API securely.
We’ve already tested this workflow and confirmed messages land in your Zoho inbox.
What about email addresses like admin@dreamscapesgallery.org?
Business email is handled via Zoho Mail:
- Domain DNS (on IONOS) is configured with Zoho MX records.
- SPF, DKIM, and verification TXT records are set up so your mail is trusted.
- Addresses like admin@ and support@ can be created and routed to your Zoho inbox.
This helps keep contact form messages and replies under a professional domain.
Will my emails go to spam?
Any new sending setup needs a bit of “reputation building.” We’ve already:
- Configured SPF to include Zoho and Amazon SES.
- Added DKIM for Zoho and relevant services.
- Tested form submissions — they initially hit spam, then started landing in the inbox after some healthy usage.
Over time, consistent sending and engagement improves deliverability.
Who controls the domain?
You own your domain (e.g., dreamscapesgallery.org) with your registrar (IONOS).
Dreamscapes helps configure DNS for:
- Website hosting (A/AAAA/CNAME records)
- Email (MX, SPF, DKIM)
- Any future services or subdomains
You always retain ownership and can change providers later if needed.