This was a very helpful tutorial for a beginner, thanks for sharing.
@pkmisra7692 жыл бұрын
Amazing Stuff !! Keep rocking man.
@nitinbhardwaj0072 жыл бұрын
Good
@salonitongia Жыл бұрын
Your videos are really helpful. can you please create a video on how to fetch any otp from outlook mailbox ? looking forward to it.
@svcc7773 Жыл бұрын
What package we should use if configure outlook alert in Linux machine. Is it same library?
@bodhisatwachowdhury87637 ай бұрын
Hello, I wanted to ask if there is any way with com to send email using new version of outlook.
@Python20207 ай бұрын
Click on my chennal Icon video is there.... New way is to use graph api you can see a video of uipath and implement that in python
@swarhan6 ай бұрын
Thanks for this useful code. But, when I run this python code, in outlook, I am getting a dialog box as"A program is trying to send an e-mail message on your behalf. If this is unexpected, click Deny and verify your antivirus software is up to date. it has three buttons allow, deny and help and when I press allow only this is sending email. so the purpose of using python is not solved if I have to open outlook and press this allow button. can you help me in this regard?
@Python20206 ай бұрын
That is security issue to be fixed by admin... Why don't you try using graph api...?? Check few videos posted last month on the chennal
@osmankalaajie259410 ай бұрын
Amazing video, thanks a lot. I got a question, how is it possible to attach a link in the email?
@Python202010 ай бұрын
Convert body in html keep the link in body text
@SaiKumar-ev3fc2 жыл бұрын
Please upload the videos for uipath production support role like L1, L2and L3
@shaikyasmeen86722 жыл бұрын
Sir these is very usedfull for me . thank you but please request can you upload it in same manner of Excel file
@Python20202 жыл бұрын
kzbin.info/www/bejne/nHe1ea13r7yaepY
@Python20202 жыл бұрын
Ok you mean you have data in excel...??
@hasanmougharbel80302 жыл бұрын
Hey there, glad to discover your channel. I have a simple enquiry regarding my outlook application. I tried to enter my email and password in aim to open my account on the outlook application installed on my pc. Unfortunately, a message pop up saying "an encrypted connection to your mail sever server is not available." How can i solve this problem given that i have an installation of microsoft office enterprise 2007 and the pc is already placed within a network inside a company. Thanks for assisting me with this.
@Python20202 жыл бұрын
I think this is not related to code.. Code will work only after you login manually
@ashrafal-warraquiy66147 ай бұрын
Hello thanks for your effort but I cannot find part 2
@Python20207 ай бұрын
Click on channel icon go to videos on channel you might get topic that you look for
@ashrafal-warraquiy66147 ай бұрын
@@Python2020 Ok I will try.
@ashrafal-warraquiy66147 ай бұрын
for me I had to install both # 1- python -m pip install pywin32 # 2- python -m pip install pypiwin32 install pywin32 only gave me error.
@mdaman3977 Жыл бұрын
Sir i just want this python code how i can get it sir please just give me this python code please
@Python2020 Жыл бұрын
In Google search for win32com send email
@mrb23852 жыл бұрын
Hello, can you share the code ? it will be kind from you
@Python20202 жыл бұрын
Your email id
@Praneethtt2 жыл бұрын
win32com is only for windows what if i need to send outlook mail in linux os? win32com cannot be installed in linux OSs