I have created an apartment site with locomotive. The tenants desire to send maintenance requests with the site so I setup a Maintenance Request model, enabled the api and setup the form on the site and it sends me an email when one is submitted, works great... BUT...
I need to also send an automated 'custom' email with a specific message back to the user that submitted the maintenance request letting them know someone will be in contact with them and some other details, but I can't figure out how to send just a standalone email in response to submitting a form. How can I do this?