No, there is no way you can send email using pure html. Email is sent over SMTP protocol. A browser operates in HTTP protocol. So it’s not possible to send email even using pure javascript. Only server can send data using SMTP protocol.
solved is there a way to send an email with data from input without php or javascript just pure simple html?