Sachindra
Sachindra

Reputation: 7029

sending mail this way?

<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..

Upvotes: 2

Views: 107

Answers (1)

Quentin
Quentin

Reputation: 944320

Many problems. It is unusable on the web.

Upvotes: 2

Related Questions