My professor in the uni has asked me to design a simple website with a basic feedback form.
- the form should NOT use 'mailto' for sending the feedback form e-mail
- the form should NOT use server-side scripting (PHP, etc) for sending the feedback form e-mail.
Is is possible at all to send an e-mail from a website form without using any of these 2 options? Is there yet another option for sending an e-mail in this situation?