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

Maintainers

Package info

github.com/symfony/oh-my-smtp-mailer

Homepage

Type:symfony-mailer-bridge

pkg:composer/symfony/oh-my-smtp-mailer

Statistics

Installs: 161 493

Dependents: 3

Suggesters: 8

Stars: 3

v6.4.35 2026-02-27 08:09 UTC

README

Deprecation Notice

This package has been deprecated in favor of the symfony/mail-pace-mailer since OhMySMTP has been re-branded as MailPace.

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