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
Post a Comment