Can't seem to find the admin page for email. Where is it?
Also, trying to configure the email to send to a specific email address by adding the following script under the form id:
<INPUT type=hidden value=x@x.com name=recipient>
<INPUT type=hidden value="x" name=subject>
<input type=hidden name="redirect" value="/x.html">
<INPUT type=hidden value=REMOTE_HOST,REMOTE_ADDR name=env_report>
Is this right? If so, as soon as I click 'send', it says: email disabled. how do i enable it?