tags:

views:

24

answers:

1
<form enctype="multipart/form-data" method="post" action="mailto:[email protected]" accept-charset="UTF-8">

Is there a problem if mails are sent this way .. i wanna avoid using PHP codes..

+3  A: 

Many problems. It is unusable on the web.

David Dorward