N
N
Nikolay2015-06-05 00:05:53
JavaScript
Nikolay, 2015-06-05 00:05:53

How to send an email with form content to email on free hosting without php?

It so happened that he undertook to make an order form for a person. He needs it to be sent to the mail, but the site template turned out to be so terrible (a lot of advertising from I don’t understand which constructor, and, what’s the saddest thing, the processing of the code of the entire site goes on the side of this constructor, and due to this, all php is highlighted with html comments (There is only js in the site directory (even in the "php" files), css & html)), that there is no way to send an email using php. At the same time, everything is so mixed up and confused - that it is not possible to clean up the site.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Taratin, 2015-06-05
@Taraflex

habrahabr.ru/post/246347

O
Omich, 2015-06-05
@omichkun

In addition to the options already proposed, you can also make a form that will send data to another server (if, of course, it is available), and send mail from that other server and redirect back to the site.

R
Rikcon, 2015-06-05
@Rikcon

Send emails from free hosting - already 95% chance that it will fall into spam.
use services like mailgun.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question