Mailchannels Issues
Hello. I have tried everything I can and still cannot get mail channels to work. I am not exactly sure what to do anymore at this point. I followed the mail channels plugin from this documentation https://developers.cloudflare.com/pages/functions/plugins/mailchannels/
What I've done:
Set up DNS records
Set up my DKIM Keys
Created environment variables from my DKIM keys
I also saw this post https://rivenintech.com/blog/free-contact-form-cf-pages-mailchannels
It seems to be pretty simple using pages functions instead of creating workers. I have tried doing the workers route but I am not sure if I was setting it up properly and pages functions seems to be pretty straightforward. I just need a simple contact form to forward to an email domain that's using google workspaces. I am new to cloudflare and I am more of a database developer. I have been stuck on this for 4 days and been doing a ton of research but still no luck. Thank you for any assistance.
What I've done:
Set up DNS records
Set up my DKIM Keys
Created environment variables from my DKIM keys
I also saw this post https://rivenintech.com/blog/free-contact-form-cf-pages-mailchannels
It seems to be pretty simple using pages functions instead of creating workers. I have tried doing the workers route but I am not sure if I was setting it up properly and pages functions seems to be pretty straightforward. I just need a simple contact form to forward to an email domain that's using google workspaces. I am new to cloudflare and I am more of a database developer. I have been stuck on this for 4 days and been doing a ton of research but still no luck. Thank you for any assistance.


Cloudflare Docs
The MailChannels Pages Plugin intercepts all form submissions made which have the data-static-form-name attribute set. Then, it emails these form …

Are you hosting your website on Cloudflare Pages? In this article, I'll show you how to create a free contact form using Cloudflare Workers and MailChannels.
