Skip to content

An driver enabling the postmark email delivery service to be used in conjunction with Fuel

Notifications You must be signed in to change notification settings

fuel-packages/fuel-postmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postmark

Postmark extends Fuel's email class via a driver and allows you to send emails via the transactional email service. (http://postmarkapp.com)

Install

to install this package simply add this source to your package configuration file:

http://github.com/tomschlick

and then use this command:

php oil package install postmark

Usage

You can use this exactly the same way as you would use the default email protocols, just set your postmark api key in /fuel/packages/postmark/config/postmark.php

Email::factory('default', array('driver' => 'postmark'))
	->to('to@yoursite.com')
	->from('from@yoursite.com')
	->subject('testing123')
	->html_body('Your message goes here.')
	->send();

About

An driver enabling the postmark email delivery service to be used in conjunction with Fuel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%