You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"files":[{"id":"3898301b-718a-4ade-8916-12f897af3120","name":"Code","type":"server_js","source":"function doPost(e) {\n \n var params \u003d JSON.stringify(e);\n var myObj \u003d JSON.parse(params);\n var data \u003d myObj.parameters.person;\n var emailAddress\u003d\"Mail ids of Certificate Committee\";\n var msg\u003d\"\\n Participants Name and college:\\n\";\n for (i in data){\n msg +\u003ddata[i]+\"\\n\";\n }\n msg+\u003d\"first:\"+myObj.parameter.first+\"\\n\"+\"second:\"+myObj.parameter.second+\"\\n\"+\"third:\"+myObj.parameter.third;\n var subject \u003d\"Participants List Event Name:\"+myObj.parameter.event;\n MailApp.sendEmail(emailAddress, subject, msg);\n \n}\n"}]}