Receiving contact form submissions in a personal Gmail account

Connecting website contact form to personal Gmail

I’m trying to set up a contact form on my website that sends messages directly to my personal Gmail account. The problem is I don’t have a custom domain email address. I’m just using a free Gmail account.

I’ve looked at different scripts and plugins, but they all seem to require a domain-specific email. Is there a way to make this work with just a regular Gmail address? I’d really like to avoid setting up a separate email just for my website if possible.

Has anyone found a good solution for this? Maybe there’s a service or tool that can act as a middleman? I’m open to suggestions! Thanks in advance for any help or advice.

I’ve encountered a similar problem and discovered that Google Forms can be an effective workaround. Instead of trying to rely on custom scripts that force a domain-specific email, I embedded a Google Form directly into my website. This form allows me to capture all the necessary information, and by enabling email notifications, all responses are sent straight to my Gmail account. Although the form might not look entirely like a bespoke contact form at first, minor CSS adjustments can help integrate it seamlessly with the overall design of the site.

Have you considered using a third-party service like Formspree? It’s designed specifically for situations like yours. You can set up a simple HTML form on your website, point it to Formspree’s endpoint, and they’ll forward submissions to your personal Gmail. No need for server-side code or a custom domain email.

I’ve used this solution for several small projects. It’s free for up to 50 submissions per month, which is usually sufficient for personal sites. The setup process is straightforward, and you maintain control over your form’s appearance. Just be aware that your email address will be visible in the form’s HTML, so you might want to use a separate Gmail account if privacy is a concern.

hey, i used emailjs for this exact thing! its super easy 2 set up and works great with regular gmail. u just make an account, connect ur gmail, and add their script to ur website. then u can send emails straight to ur inbox without any fancy domain stuff. give it a try!