symfony/aha-send-mailer

Symfony AhaSend Mailer Bridge

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Type:symfony-mailer-bridge

v7.3.0-RC1 2025-01-10 14:48 UTC

This package is auto-updated.

Last update: 2025-05-26 17:11:43 UTC


README

Provides AhaSend integration for Symfony Mailer.

Configuration example:

# SMTP
MAILER_DSN=ahasend+smtp://USERNAME:PASSWORD@default

# API
MAILER_DSN=ahasend+api://API_KEY@default

where:

  • USERNAME is your AhaSend SMTP Credentials username
  • PASSWORD is your AhaSend SMTP Credentials password
  • API_KEY is your AhaSend API Key credential

Resources