Skip to content

HubertKuch/ovh-mail-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI for emails automation on OVH

Requirements

Java 17 or higher

Build

Linux/MacOS

git clone https://github.com/HubertKuch/ovh-mail-creator.git
cd ovh-mail-creator
./mvnw clean && ./mvnw install

Windows

git clone https://github.com/HubertKuch/ovh-mail-creator.git
cd ovh-mail-creator
.\mvnw.cmd clean && .\mvnw.cmd install

Configuration

ovh:
  app-secret: <>
  app-key: <>
  consumer-key: <>
  endpoint: <>

Available commands

create-email Create X emails on specify domain

Options

*--count How many emails create
*--domain OVH domain
*--password Password for emails
*--base Base email name for example test and everyone mail will be created with test_{random ten letters}
--size Size in bytes
--description Description

get-emails Get all emails

Options

*--domain OVH domain

delete-emails Delete all emails from domain

Options

*--domain OVH domain

Generate json sample

[
  {
    "id": 24142,
    "name": "test",
    "email": "[email protected]",
    "domain": "test.com",
    "password": "test"
  }
]

Releases

No releases published

Packages

No packages published

Languages