I'm trying to send an email from a Mongoose form. I have a simple use case. Send an email when a button on the form is clicked. I am using cloud based Mongoose.
It appears that I can send an email from a form using an event with a type of "Generate Application Event". The Event is "GenericSendEmail". I am using three parameters:
- EmailTo
- EmailSubject
- EmailMessage
I am not receiving the email. I don't see any error messages in the Diagnostics Log.
I'm not sure if this is the proper way to send an email from a Mongoose form. I don't know if I sending an email requires setting something else up. I can't find an example that shows how to send an email from a form. Does anyone know how to send an email from a form?