Skip to content

Changing the email password of your ovh account

License

Notifications You must be signed in to change notification settings

fabienli/ovhmail-password

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small script to setup on your OVH mutualised server to manage email passwords

To install, follow the following steps :
1) create a config.php file. Copy the config_sample.php file to config.php and edit the file to set your OVH nic-handle and you password. The file should look like this :
<?php
$domain = "yourdomain.tld"; // your domain name
$serveur="pop3.". $domain;
$dom = "@". $domain;
// API token created from https://api.ovh.com/createToken/
$application_key = 'c*Y*A*f*K*y*h*e3';
$application_secret = 'c*8*R*w*x*1*5*6*R*K*f*H*a*E*t*rW';
$endpoint = 'ovh-eu';
$consumer_key = '7*e*z*E*x*H*9*L*p*2*z*E*x*5*w*eT';
?>

2) integrate the ovh api in php
more details here: https://github.com/ovh/php-ovh
is you're using a mutualised hosting, you can consider using: https://php-download.com/package/ovh/ovh

3) copy all the files in a folder of your mutualised server. For example :
mail/common.css
mail/config.php
mail/index.php
mail/logo.jpg
mail/README

4) surf with your prefered navigator to yourdomain.tld/mail

That's it ! Have fun

About

Changing the email password of your ovh account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.7%
  • PHP 32.3%