My First GO Project! - Manage your SMTP2GO over the official API in the terminal.
Adds a new subaccount on your master account. Note: This end-point is rate limited to 10 calls per hour.
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
git clone https://github.com/lukix42/smtp2go-manager.gitcd smtp2go-managergo build./smtp2go-manager --dry-run