IFormProviderSendEmails Method |
Sends notification and autoresponder emails if the form is configured to do so.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax void SendEmails(
BizFormInfo bizFormInfo,
BizFormItem bizFormItem,
IEnumerable<string> fileUploadFieldNames = null
)
Parameters
- bizFormInfo
- Type: CMS.OnlineFormsBizFormInfo
Online form for which an emails are to be send - bizFormItem
- Type: CMS.OnlineFormsBizFormItem
Form's submited data which can be included within sent emails - fileUploadFieldNames (Optional)
- Type: System.Collections.GenericIEnumerableString
Names of fields containing file uploads to be included as attachments.
See Also