Skip to content

A simple CodeIgniter Spark to email the developer when something happens.

Notifications You must be signed in to change notification settings

mikedfunk/Email-Me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Me

Just a simple helper and config to email the developer when something happens. Saves some steps.

Setup

  1. Install Sparks at GetSparks.org
  2. Edit config/email_me.php with whatever email addresses you want to include in your emails.

Usage

Load Spark

$this->load->spark('email_me/x.x.x');

Email yourself

email_me('a message');

More options

email_me('a message', 'a subject', 'to_email_address@test.com');

Changelog

1.0.1

  • Fixed potential carryover of email params from previous email class use. Thanks to Eclarian.

1.0.0

  • Initial Release

About

A simple CodeIgniter Spark to email the developer when something happens.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages