MechEngineer2012
Mechanical
- Feb 8, 2017
- 41
Hello everyone,
I am new to Python and looking to develop a simple automation tool for a repetitive task I frequently face at work.
Task Description:
When an email is received from an end user on outlook, it typically includes the part description, quantity needed, and the user's company name. I need to forward this request to another person, but with some modifications:
Goal:
I would like to automate this process as much as possible — ideally without manually creating a new email, entering the recipient’s email address, subject line, or message body each time.
Any guidance or suggestions would be greatly appreciated. Thank you!
I am new to Python and looking to develop a simple automation tool for a repetitive task I frequently face at work.
Task Description:
When an email is received from an end user on outlook, it typically includes the part description, quantity needed, and the user's company name. I need to forward this request to another person, but with some modifications:
- Remove the original sender's name and company information (avoiding disclosure of the end user to the vendor).
- Keep the rest of the message content unchanged.
- Send the modified content in a new email to a specific another recipient.
Goal:
I would like to automate this process as much as possible — ideally without manually creating a new email, entering the recipient’s email address, subject line, or message body each time.
- Is it possible to build this functionality using Python?
- What tools or libraries would be most effective for this?
- To what extent can this process be fully automated?
Any guidance or suggestions would be greatly appreciated. Thank you!