A
A
Artyom Dadashchyants2021-02-16 12:58:39
Angular
Artyom Dadashchyants, 2021-02-16 12:58:39

How to send data by email?

I created a parody of an online store, ANGULAR. The data from the form is collected in a constant.

const order = {
      name: this.form.value.name,
      phone: this.form.value.phone,
      address: this.form.value.address,
      payment: this.form.value.payment,
      orders: this.cartProducts,
      price: this.totalPrice,
      date: new Date()
    }

How to send this data in the SUBMIT method to the mail?
I am clarifying. How to do this manually, and not through the "left" services?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Yarkov, 2021-02-16
@FastGameDev

When will you learn to google?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question