# mail **Repository Path**: mw-plugin/mail ## Basic Information - **Project Name**: mail - **Description**: 简单邮件服务器。。。。 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-24 - **Last Updated**: 2022-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mail 简单邮件服务器 # 快捷安装 ``` cd /www/server/mdserver-web/plugins && rm -rf mail && git clone https://github.com/mw-plugin/mail && cd mail && rm -rf .git && cd /www/server/mdserver-web/plugins/mail && bash install.sh install 1.0 ``` # Gitee快捷安装 ``` cd /www/server/mdserver-web/plugins && rm -rf mail && git clone https://gitee.com/mw-plugin/mail && cd mail && rm -rf .git && cd /www/server/mdserver-web/plugins/mail && bash install.sh install 1.0 ```