symfony/aha-send-mailer

Symfony AhaSend Mailer Bridge

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:symfony-mailer-bridge

7.3.x-dev 2025-01-10 14:48 UTC

This package is auto-updated.

Last update: 2025-01-10 14:50:20 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