Skip to main content

SMTP Command

Manage SMTP credentials for sending emails through AhaSend’s SMTP service.

Overview

Available subcommands:
  • list - List all SMTP credentials
  • create - Create a new SMTP credential
  • get - Get details of a specific SMTP credential
  • delete - Delete an SMTP credential
  • send - Send an email via SMTP protocol
SMTP credentials allow you to send emails using standard SMTP protocol through any email client or application that supports SMTP. This is useful for integrating AhaSend with legacy systems, mail servers, or applications that only support SMTP. Use SMTP credentials to:
  • Send emails from email clients (Outlook, Thunderbird, etc.)
  • Integrate with applications that only support SMTP
  • Use AhaSend from programming languages without SDK support
  • Send transactional emails from servers or IoT devices

List SMTP Credentials

Create SMTP Credential

Get SMTP Details

Delete SMTP Credential

Send via SMTP

Send email using SMTP protocol for testing:
Each SMTP credential provides:
  • Username and password for authentication
  • Scope (global or domain-specific)
  • Sandbox mode option for testing
  • Standard SMTP server configuration

Next Steps