javascript - Approving via email -


i generate email 2 buttons approve / decline. on clicking buttons in email body , make call web service

i have js written uses jsonp send cors request , happy works correctly

when embedding html in email body, nothing , don't see button.. text

i'm wondering scenario possible or there route should taking

ajax requests cannot made email clients. don't support kind of functionality.

consider

  • generating 2 separate web site urls approve , decline show action success message either actions respectively.
  • or send url page created through mail , let ajax request take responsibility there.

Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -