D
D
danilr2019-06-30 11:25:18
Vue.js
danilr, 2019-06-30 11:25:18

How to send data from Vue form to mail?

Preferably using axios. I collect data from the form and want to send it in some form to the mail, how is it done?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Kitaev, 2019-06-30
@deliro

You need some kind of backend that will do it

A
Andrey Suha, 2019-06-30
@andreysuha

Js can't send email, since vue is written in js, it can't do that either. You need to send data to the backend, and already send a letter from the backend

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question