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: 63 629

Dependents: 4

Suggesters: 5

Security: 0

Stars: 2

Watchers: 4

Forks: 1

Type:symfony-mailer-bridge

v6.4.7 2024-04-18 09:22 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