F
F
friktor2013-12-01 12:12:52
JavaScript
friktor, 2013-12-01 12:12:52

How to natively implement sending email from a site written in angularjs?

There is a website written using AngularJS, there is a domain that is served on Yandex DNS, there is a desire to implement support for sending a letter or request for feedback, it is desirable to use Angular and the Yandex Mail API as a resource, but the implementation should be as clean as possible because the code itself open, there is an option to use xml to get constant access to mail - which in my opinion is a good option, or authorization of a specific user and sending a letter - which I think will be inconvenient (although he enters his address IMHO anyway), but I have not come across this with Javascript request processing - and I'm not sure about the level of security provided, if someone has already dealt with a similar problem, it will be interesting to hear an implementation idea.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2013-12-01
@friktor

to send emails you need a mail server. And not smpt of Google or Yandex (they are not intended for this), but something like these services that provide api for sending emails, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question