symfony/sweego-mailer

Symfony Sweego Mailer Bridge

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Type:symfony-mailer-bridge

v7.2.0-BETA1 2024-09-28 08:24 UTC

This package is auto-updated.

Last update: 2024-10-27 15:24:19 UTC


README

Provides Sweego integration for Symfony Mailer.

Configuration example:

# SMTP
MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT

where:

  • LOGIN is your Sweego SMTP login
  • PASSWORD is your Sweego SMTP password
  • HOST is your Sweego SMTP host
  • PORT is your Sweego SMTP port
# API
MAILER_DSN=sweego+api://API_KEY@default

where:

  • API_KEY is your Sweego API Key

Resources