I’m trying to use an AfterInsert event to send an email that includes form fields that were just submitted to a list of email addresses in another field (which is hidden). I’m having great trouble trying to figure this out. Any assistance on this forum is greatly appreciated. Thank you.
well you can use the macro sc_mail_send, compose your email message in html format and then send it, before that, you should implement your logic to get the submitted info from the database,
I can send mail with the macro sc_mail_send, I’m just having trouble on exactly how to get the submitted data from the database to include in my message.