Hi there,
I was wondering if it is possible to send emails from a SharePoint App using only JS.
I know how to do it in C# (with web services and what not...), but my entire app is JS based and I would like to make email sending work in JS as well.
So far, I found out how to set up an email by using SP.Utilities.EmailProperties (http://msdn.microsoft.com/en-us/library/jj246895.aspx). However, I'm missing the SendEmail(...) method in the JS reference.
So, what I'm looking for is an JS-Analog to "Utility.SendEmail(clientContext, email)" in JSOM.
Any help would be very much appreciated. Thanks in advance!
Best regards,
Adi