2017 © Pedro Peláez
 

kohana-module html-email

Send emails with SwiftMailer, Postmark, Kohana views, logger, filter and more.

image

openbuildings/html-email

Send emails with SwiftMailer, Postmark, Kohana views, logger, filter and more.

  • Friday, July 3, 2015
  • by hkdobrev
  • Repository
  • 11 Watchers
  • 3 Stars
  • 5,459 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

HTML Email

Send emails from Kohana like a boss., (*1)

Install

Install with Composer., (*2)

composer require openbuildings/html-email

Use latest stable version like: ~0.1., (*3)

Usage

php <?php Email::factory("Welcome to Emailandia!") // Skip the layout ->layout(FALSE) ->plain('emails/plain-text-email-view', array('foo' => $bar)) ->html('emails/html-email-view', array('foo' => $bar)) ->send('username@example.com');, (*4)

The Versions