ondrs / nette-mailgun-mailer

Implementation of Nette\IMailer for Mailgun PHP SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nette Mailgun Mailer Total Downloads Build Status Latest Stable Version

Implementation of Nette\IMailer for Mailgun PHP SDK.

Installation

composer.json

"ondrs/nette-mailgun-mailer": "v0.2.1"

Configuration

Register the extension:

extensions:
  mailgun: ondrs\MailgunMailer\DI\Extension

And configure it:

mailgun:
  apiKey: 'testing-api-key'
  domain: 'domain.com'

Why?

Implementation of Nette\SmtpMailer is broken and nobody cares. Correct definition of email headers is tricky and can change over time. Sending emails directly via Mailgun API solves this issue. Mailgun service should generate (hopefully) correct headers for us.

This extension overrides default mailer service definition.

About

Implementation of Nette\IMailer for Mailgun PHP SDK.

License:MIT License


Languages

Language:PHP 100.0%