Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
protogrid:json_api_endpoint_mailsend [2020-07-24 06:42] – [Example client-side jQuery function to send mail in web application] mhaprotogrid:json_api_endpoint_mailsend [2020-07-28 08:27] – [JSON API Endpoint mailsend] 85.1.6.98
Line 31: Line 31:
 <code json> <code json>
 { {
-  "errors": [], +   "errors" : [], 
-  "protogrid_environment_version": "1.3.9", +   "protogrid_environment_version" : "2.1.3", 
-  "result": +   "result": {"success":true}
-    "success": "true+
-  ]+
 } }
 </code> </code>
 +
  
 ==== Example client-side jQuery function to send mail in web application ==== ==== Example client-side jQuery function to send mail in web application ====
Print/export