Send Email using SharePoint Rest API
This comment has been minimized.
This comment has been minimized.
are you sure this is working solution with external emails other the own domain? "{"readyState":4,"responseText":"{"error":{"code":"-2130242040, Microsoft.SharePoint.SPException","message":{"lang":"en-US","value":"The e-mail message cannot be sent. Make sure the e-mail has a valid recipient."}}}","responseJSON":{"error":{"code":"-2130242040, Microsoft.SharePoint.SPException","message":{"lang":"en-US","value":"The e-mail message cannot be sent. Make sure the e-mail has a valid recipient."}}},"status":400,"statusText":"error"}" |
This comment has been minimized.
This comment has been minimized.
SharePoint API doesn't allow posts to external emails. Must be an email of a SharePoint user email. This is as much as I know. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Update Code with new fixes.