Skip to content

lukix42/smtp2go-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smtp2go-manager

My First GO Project! - Manage your SMTP2GO over the official API in the terminal.

SMTP2GO

Web page

API Introduction

Add a new SubAccount

Adds a new subaccount on your master account. Note: This end-point is rate limited to 10 calls per hour.

How it works

prod: ./smtp2go-manager

dry-run ./smtp2go-manager --dry-run

Default: The smtp2go-manager binary takes the configuration from .config.yml

You can create it with: cp config.example .config.yml

The API token is stored in the .env file.

cp env.example .env

Build from source

  1. git clone https://github.com/lukix42/smtp2go-manager.git
  2. cd smtp2go-manager
  3. go build
  4. ./smtp2go-manager --dry-run

About

My First GO Project! - Manage your SMTP2GO over the official API in the terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages