Skip to content

colkito/kohana-alphamail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kohana AlphaMail

A simple wrapper for AlphaMail library.

AlphaMail is a service to send transactional emails. For more info see: http://amail.io.

Properties:

  • Flexible configuration using the groups
  • Getting the Gravatar URL
  • Getting the image tag
  • Getting the profile data

Usage example:

$amail = new AlphaMail();

Set email data:

$amail_project_id = 1234;
$amail_data = array(
	'title' => 'New iPhone',
	'price' => '10',
	'category' => 'Tech',
	);

Send email:

$amail->send('John Due', 'john.due@gmail.com', $amail_project_id, $amail_data);

About

Kohana 3.3 - Simple wrapper for AlphaMail library (http://amail.io)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages