Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Email Notification
#1
Hi
i am new in this forum and python
how to set code in python that can help me to verify file (txt or xls) item by item (if qte-reel <= stock-min), send email notification to designated personne email as alert.

Thanks
Reply
#2
1. Open the file
2. read line by line
3. make comparisons and decision
4. send an email.

Depending on file (e.g. for xl* file)you may need to use third-party packages (see this recent thread). For notification - either create/code it yourself or use third party package for notifications (e.g. notifiers)

apart from this general advise, you will need to post your code and ask specific questions
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Sound Sensor With EMail Notification parascand 1 474 Dec-10-2023, 03:10 AM
Last Post: deanhystad
  Error notification after encoding robertje1024 1 1,190 May-29-2022, 04:18 PM
Last Post: Axel_Erfurt
  How to make scraper send email notification just once themech25 0 1,376 Nov-08-2021, 01:51 PM
Last Post: themech25
  Can't read virtual pin or use notification on blynk flypon 1 3,118 Oct-28-2021, 02:32 PM
Last Post: ChanceTran
  running python script showing an icon in the tray notification area chubbychub 1 4,548 Nov-01-2020, 03:52 PM
Last Post: jefsummers
  psutil for monitor a software finish process and notification Pyguys 0 2,852 Mar-27-2020, 11:15 PM
Last Post: Pyguys
  email notification sritsv 2 3,208 Nov-29-2018, 03:10 PM
Last Post: Spendor
  An email with inline jpg cannot be read by all email clients fpiraneo 4 3,971 Feb-25-2018, 07:17 PM
Last Post: fpiraneo
  Email - Send email using Windows Live Mail cyberzen 2 5,904 Apr-13-2017, 03:14 AM
Last Post: cyberzen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020