symfony/oh-my-smtp-mailer

This package is abandoned and no longer maintained. The author suggests using the symfony/mail-pace-mailer package instead.

Symfony OhMySMTP Mailer Bridge

Installs: 75 652

Dependents: 4

Suggesters: 5

Security: 0

Stars: 3

Watchers: 4

Forks: 1

Type:symfony-mailer-bridge

v6.4.8 2024-05-31 14:49 UTC

README

Provides OhMySMTP integration for Symfony Mailer.

Configuration example:

# SMTP
MAILER_DSN=ohmysmtp+smtp://API_TOKEN@default

# API
MAILER_DSN=ohmysmtp+api://API_TOKEN@default

where:

  • API_TOKEN is your OhMySMTP API Token

Resources