1

I am using SharePoint Online and I have created one list with name Requests for store the data.

This list contains columns like Title, Description, Start Date, End Date, etc..

I have created an SPFx solution for inserting/updating/deleting data from the Requests list.

There is one column End Date in the Request list.

Now, I need to send a reminder email after 2 days of the End Date.

Can anyone suggest a way to send an email without using Power Automate (Flow)?

Thanks

asked Feb 2, 2024 at 12:41
2
  • you can create an azure function , if you have a large list and azure function will timeout before sending all email, try azure durable function, try and let me know how it works Commented Feb 4, 2024 at 15:48
  • Exactly, Power Automate is the best choice. Commented Feb 22, 2024 at 9:48

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.