Skip to content

ground-creative/fluidphp-email-manager-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluidPhp Email Manager Helper

FluidPhp is a framework based on the PhpToolCase library, visit phptoolcase.com for complete guides and examples.

This helper to can ease the process of sending emails.

Installation

Add the package to your composer.json file, to install the helper.

With fluidphp framework:

"require": 
{
	"mnsami/composer-custom-directory-installer": "2.0.*" ,
	"fluidphp/emailmanager-helper": "*" ,
	"fluidphp/translator-helper": "*"
} ,
"extra": 
{
	"installer-paths": 
	{
		"./vendor/fluidphp/helpers/EmailManager": ["fluidphp/emailmanager-helper"] ,
		"./vendor/fluidphp/helpers/Translator": ["fluidphp/translator-helper"]
	}
}

Stand-alone:

"require": 
{
	"fluidphp/emailmanager-helper": "*"
}

Project Info

Project Home

http://phptoolcase.com

Requirements

php version 5.4+
php mail( ) function (to send emails)