Skip to content

komola/mailgun_zend_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Zend Framework Mail transport drop in replacement for Mailgun

This is an easy way to send emails from within your Zend Framework application using the Mailgun API.

It registers Mailgun as the default transport. All you have to do in your code is to change the application config and add the Mailgun files to your libraries folder.

Make these additions to your application.ini file:

; ------------------------------------------------------------------------------
; Mailgun configuration
; ------------------------------------------------------------------------------

autoloadernamespaces[] = "Mailgun_"
pluginPaths.Mailgun_Application_Resource = "Mailgun/Application/Resource"
resources.mailgun.key = "" ; Add your API key here
resources.mailgun.domain = "" ; Add the domain you would like to send
	messages over here

It will register a resource plugin that sets Mailgun as your default transport for all emails.

Todo

About

A drop in replacement for Zend Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages