panchalmukundak / TacEmail-PHP

PHP class for ElasticEmail.com

Home Page:http://tancix.com/emailmashup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElasticEmail PHP class

A quite minimalistic, but easy to deploy PHP class for EmailMashup.

Usage

$email = new TacEmail\Email('username', 'apikey12345', array(
	'from'      => 'notifications@domain.com',
	'from_name' => 'Domain.com notificator'
));

$email->send('receiver@gmail.com', 'Hello there!', "Hello!\n\nYou are awesome.\n\nCheers");

About

PHP class for ElasticEmail.com

http://tancix.com/emailmashup


Languages

Language:PHP 100.0%