SMTP Server Integration
Configuration
hyperswitch/config/docker_compose.toml# Configuration for smtp, applicable when the active email client is SMTP
[email.smtp]
host = "mailhog" # SMTP host (e.g., smtp.gmail.com)
port = 1025 # SMTP port (e.g., 25, 587)
timeout = 10 # Timeout for SMTP connection in seconds
connection = "plaintext" # Supported values: "plaintext", "starttls"Details
How does it work?
Last updated
Was this helpful?

