Giter Site home page Giter Site logo

ovhmail-password's Introduction

ovhmail-password

This is a small script to setup on your OVH shared hosting server to manage email accounts passwords.

You have the choice between two methods:

  • soapi (deprecated)
  • apiv6: you will have to setup the access keys to the API here or here.

IMPORTANT: We strongly recommend you make this script available through an HTTPS connection. Otherwise the passwords would travel in clear over the network.

Installation

  • Create a config.php file. Copy the config_sample.php file to config.php and edit the file to set your parameters.

Example configuration file with apiv6 method :

<?php
...
$domain = ""; // your domain name
$method = "apiv6";
$appKey = "****************"; // your application key
$appSecret = "********************************"; // your application secret key
$consumerKey = "********************************"; // your consumer key
$apiEndpoint = "ovh-eu";
...
?>
  • If you use the recommended apiv6 method, get the php-ovh wrapper for OVH APIs. Unpack the archive content along this project files.

  • Copy all the files in a folder of your shared hosting server. For example :

mail/common.css
mail/config.php
mail/config_sample.php
mail/index.php
mail/logo.jpg
mail/README.md
(+ php-ovh resources if using apiv6 method)
  • Surf with your favorite browser to yourdomain.tld/mail

That's it ! Have fun

ovhmail-password's People

Contributors

theclimber avatar danielskowronski avatar

Watchers

James Cloos avatar  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.