Is there a guide to build an email composer form ( not to use device email client )?

Is there a guide to build an email composer form ( not to use device email client )?

Creating a form is a pretty standard HTML topic. Now, actually sending that form via email is not possible unless you integrate a backend system that supports sending email.

Hi, Backend is not a problem because we developped the webservices to Exchange Server to post data.
My question is client side if there is something to see as compose form ( see gmail ) .

I think the best way to approach this is to think of it as a contact form. Using a modal to create the composition area and a bunch of inputs to create your To, Subject, Message, and so forth. Then have a php script sitting on a server to handle the server-side emailing. Take a look at this example which would get you in the right direction.

A post was split to a new topic: How to send email using email-composer native plugin in web environment?