Skip to content

Eclarian/Email-Me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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.0

  • Initial Release

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%