I'm making a form for a friend, and she wants the replies be e-mailed to her. I used:
<form method="POST" action="mailto:[email protected]?body=" encrypt="text/plain">
But when the form is sent, the response is not in the body of the e-mail, but attached as a .ATT file. Is there a way to make the reply appear in the body of the e-mail?
Is there any other ways to go about submitting this form, other than mailto action(i realized that if the person submitting the form doesn't have outlook account set up, it may cause a problem)?
<form method="POST" action="mailto:[email protected]?body=" encrypt="text/plain">
But when the form is sent, the response is not in the body of the e-mail, but attached as a .ATT file. Is there a way to make the reply appear in the body of the e-mail?
Is there any other ways to go about submitting this form, other than mailto action(i realized that if the person submitting the form doesn't have outlook account set up, it may cause a problem)?
Comment