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