The email body is built in com.day.cq.wcm.foundation.forms.impl.MailServlet. You cannot just override the template here, you need to create your own custom servlet for the "Mail" action.
To create your custom servlet for mail action,
Override foundation/components/form/actions/mail/forward.jspOver...