IcaliaLabs / alpha

Craft your own web-based chatbot
MIT License
138 stars 76 forks source link

Should have a mailer method/connection to email results to users and owner #5

Open CharlieIGG opened 7 years ago

CharlieIGG commented 7 years ago

@bmbrina: I just heard from @kurenn that you have experience invoking SendGrid from React apps. I'd like your input here.

bmbrina commented 7 years ago

@CharlieIGG: Yes I've used it before. Are you looking to replace the rails mailer for Sendgrid? If so, why?

CharlieIGG commented 7 years ago

@bmbrina Alpha is now completely back-end agnostic. This means it is as of now decoupled from Rails, and it is just a pure Javascript/React based framework. I'd like to provide a standalone mailer service by default.

bmbrina commented 7 years ago

Sounds good! I made the calls to Sengrid via AJAX but Cejas built an API to handle my calls. I'll invesitgate if there is a npm dependency we could use instead of that API and I'll get back to you