A powerful command-line interface for AhaSend, the reliable transactional email service. Send emails, manage domains, configure webhooks, and monitor email analytics directly from your terminal.
The AhaSend CLI is available on GitHub and supports Linux, macOS, and Windows.
# Authenticate with your API keyahasend auth login# Add and verify a domainahasend domains create example.comahasend domains verify example.com# Send an emailahasend messages send \ --from[email protected] \ --to[email protected] \ --subject "Hello from AhaSend" \ --text "Welcome to AhaSend!"