If you're using your own form, you'll have to create that email and send it yourself. If you're using the BizForm control i.e.:
<cms:BizForm ID="viewBiz" runat="server" IsLiveSite="true" />
Then you can use something simple like the methods below:
viewBiz.SendConfirmationEmail()
or
viewBiz.SendNotificationEmail()