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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -