Simple email worker
Hi all
I have a simple website on Pages and I'd like to send emails from the content form to myself. I've been looking at Email Workers and trying to work out if this is a viable option. The documentation doesn't seem very clear (to me). Does anyone have any example code to take the contents of a form and send it via an Email Worker? Any help would be much appreciated.
4 Replies
maybe Consider using a free zoho email account for this. Even their free account allows you to create an incoming webhook. Then when the form is filled out, your worker would trigger the webhook, and then zoho would send an email to whomever needs to receive the contact info.
https://www.zoho.com/mail/help/dev-platform/webhook.html
Zoho
Configure webhooks to integrate external applications - Zoho Mail
Set up incoming and outgoing webhooks in Zoho Mail and the external application you want to integrate Zoho Mail with.
Here's how I trigger my webhook:
And it then sends out an email like:
Thanks @JustinNoel I'll give that a try.
@JustinNoel . I've got this working now. Thanks again for your help
@Jacob | Pages RE: Zoho