Hi
I am looking for sending email from javascript/jquery/COM in SharePoint 2010.
I have code that insert item in list using JavaScript client object model .
After insert operation I need to send mail to value of one of columns (User field) in list insert operation
Any pointers will be very useful .Thanks.
Thanks Ajit .
It seems that below code gives error .
I am using ECMA javascript client object model – Utility.SendEmail method is not available. In SP2010.
For sending email in such scenario – I have used designer workflow now .