I have a public website made with on premise sharepoint. Can I use rest api (SP.Utilities.Utility.SendEmail) to send email with anonymous user? I am trying but didn't work.
-
1Did you disable the Require Use Remote Interfaces permission in Site Settings > Site Permissions > Anonymous Access?Mihail– Mihail2019-06-28 00:07:28 +00:00Commented Jun 28, 2019 at 0:07
-
@Mihail-FlorinPopa I checked and this is disabled :/Pedro Henrique Silva– Pedro Henrique Silva2019-06-28 13:48:36 +00:00Commented Jun 28, 2019 at 13:48
-
What value did you use for the From property?Mihail– Mihail2019-06-28 15:21:24 +00:00Commented Jun 28, 2019 at 15:21
-
I use "[email protected]", the was like this: 'From': "[email protected]". Here the code I use to reference: gist.github.com/BasantPandey/05189832546f2c6cc0bd008fcfec3264Pedro Henrique Silva– Pedro Henrique Silva2019-06-28 15:25:27 +00:00Commented Jun 28, 2019 at 15:25
-
May I suggest that you update your question to include as many details as possible about your SP configuration, code snippets, error messages and what you have tried so far. This will help other people to look at your question and attempt to answer it. Otherwise we may continue to have unfruitful back-and-forths...Mihail– Mihail2019-06-28 15:43:18 +00:00Commented Jun 28, 2019 at 15:43
Add a comment
|