Answer the question
In order to leave comments, you need to log in
Angular 2 How to make a feedback form?
The task is to implement sending feedback by filling in the fields "Your email", "Name", "Text". The user enters text and all this is sent to corporate mail. Is there any service that allows you to send mail to a corporate gmail account for free, affecting only the front end?
The back is Strapi, uses Sendmail and Mailgun. And I didn’t manage to achieve something from one or the other service. I read the documentation for Mailgun, as I understand it, it cannot communicate with the front at all.
Please don't tell me how stupid I am. I have never dealt with such issues.
Answer the question
In order to leave comments, you need to log in
The front should not communicate directly with the mailers.
Your backend should have an endpoint that will accept parameters for sending: sender, text. And the server part should have access to the configs, where there will be a support email and mailer settings. All work on sending mail should be on the server.
If there is no such endpoint, then ask to be added.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question