Forum Discussion
jnr-O365
Apr 04, 2019Copper Contributor
Send an email from SPFx client-side webpart without exchange online
Hello All, We're trying to build an spfx client-side webpart which should send a confirmation email to the user logged in (CC'in a mailbox) on a button click. I have tried Graph Api and pnp.js, a...
- Apr 04, 2019Why not use SPO REST API? https://gist.github.com/BasantPandey/05189832546f2c6cc0bd008fcfec3264
Apr 04, 2019
Why not use SPO REST API? https://gist.github.com/BasantPandey/05189832546f2c6cc0bd008fcfec3264
- jnr-O365Apr 05, 2019Copper Contributor
Thanks, jcgonzalezmartin. As imv1826 mentioned API is not allowing to posts to external emails.
- imv1826Apr 05, 2019Copper Contributor
SharePoint API doesn't allow posts to external emails.