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 -

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

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -