Code Monkey home page Code Monkey logo

vesta-email-api's Introduction

【PHP源码】基于Vesta 的自助临时邮箱申请

已经实现功能:

1.自助申请邮箱

2.自动转发邮箱到设置的

3.可以设置是否保留转发邮箱

其他功能,你们说我来写上

当前临时邮箱必须同时满足以下条件:

1.必须使用Vesta

2.vps/服务器必须开通邮件端口

首先 ,先安装Vesta,这里我推荐使用Ubuntu系统

Connect to your server as root via SSH

ssh [email protected]

Download installation script

curl -O http://vestacp.com/pub/vst-install.sh

Run it

bash vst-install.sh

然后修改function.php里面的相关配置信息

Vesta面板用户,建议这里新建一个用户

/*Vesta 配置 */

$user=[

'ip'=>'127.0.0.1',//Vesta服务器IP

'username'=>'username',//Vesta面板用户

'passwd'=>'passwd',//Vesta面板密码

];

//业务域名

$domain=[

//['域名','描述']

'a1'=>['baidu.com','A1 1T '],//A1网盘

];

vesta-email-api's People

Contributors

xyzzs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.