angularjs - Send mail with Mailgun in Angular Project -


i've angular project need send mail form online. mail have sent via mailgun.

i tried post request mailgun doesn't allow cross site script (that's post problem mailgun + angularjs + auhtentication http post request )

i found out npm package mailgun https://github.com/bojand/mailgun-js it's backend , don't know how integrate angular.

any ideas?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -