Skip to content

k8scat/TeMail

Repository files navigation

TeMail 特邮

基于 Tkinter 开发的邮件推送桌面应用, 支持 Mac/ Windows.

待做

  • 应用设置-SMTP

开发

# 虚拟环境
# pip install --user pipenv # Add to PATH
pipenv install --python 3.7

# 运行
./start.sh # ./start.batpip

打包

# Mac
./build2app.sh

# Windows
./build2exe.bat

应用设置

mail:
  name: hsowan # 用户名
  user: hsowan.me@gmail.com # 发件人邮箱
  pass: qwerasdf # 密码/授权码
  port: 465 # 端口
  ssl: true # 加密
  delay: 3 # 发送延时, 单位秒

参考文档

About

基于 Tkinter 开发的邮件推送桌面应用, 支持 Mac/ Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published