- Using ali notification mailbox as the default mailbox
- Using SMTP to send emails
- Using Word docfile as the email template
- Change the password of the mailbox. (If U use another mailbox, change the address too)
- Modify
to_addrs
, include all the receivers' mailbox address. - Modify the title of the mail you want to send in the main function.
- Give the disk address of the email content docfile in the main function.
- Use
python main.py
to run the script.
You may need python3 with the following packs
- python-docx
- more packs i forgot (plz submit issues)