Forum Discussion
In Microsoft Fabric in NoteBook using Python there is no Pywin32
- 1 year ago
Hello Anusha__v
I have answered this question here
Please see if this helpful and accept the answer.
Thanks
- 1 year ago
Hi nilendraFabric ,
thanks for your help.
can you please provide more details on "send_mail" in your code if I need to send specific mail?
Thanks
Hi nilendraFabric ,
thanks for your help.
can you please provide more details on "send_mail" in your code if I need to send specific mail?
Thanks
Hi Anusha__v , thank you for reaching out to the Microsoft Fabric Community Forum.
Based on the information available I concluded that send_email is calling the function which might be defined elsewhere and is passing in the required parameters which attaches excel file.
Please refer to these documents: Automate creating, sending, and processing messages using the Outlook mail API - Microsoft Graph | Microsoft Learn
Get Started with the Outlook REST APIs - Outlook Developer | Microsoft Learn
which will help you in writing the logic for send_email function.