https://github.com/laiyongtao/salary_email
一个简易的批量发送工资条邮件GUI工具
https://github.com/laiyongtao/salary_email
Last synced: 4 months ago
JSON representation
一个简易的批量发送工资条邮件GUI工具
- Host: GitHub
- URL: https://github.com/laiyongtao/salary_email
- Owner: laiyongtao
- License: bsd-3-clause
- Created: 2020-04-16T09:34:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-23T08:36:41.000Z (over 2 years ago)
- Last Synced: 2025-04-11T23:37:03.601Z (8 months ago)
- Language: Python
- Homepage:
- Size: 107 KB
- Stars: 12
- Watchers: 1
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# salary_email
此项目为一个简易的工资条邮箱发送GUI小工具,支持读取excel文件,批量发送工资条邮件。
程序入口: SalaryEmailRun.py
建议使用pyinstaller等打包工具打包为可执行程序使用
#### 打包成exe命令
```
pyinstaller --icon=./icon.ico --noconsole -p 自定义路径 -D SalaryEmailRun.py
```
### 工资条表格说明
支持的文件格式为xls,xlsx文件,文件第一行为工资条事项,第一列为姓名,最后一列为邮箱地址,中间列可自行随意增减。如:

### 主界面


### 发件邮箱登陆设置

### 邮箱smtp设置

### 邮件底部落款设置

### 发送线程设置
