Skip to content

akrikorian85/module-mailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Mailer

Simplifies sending emails by automatically verifying email addresses and fetching HTML.

Usage

	$m = new \Module\Mailer\Message();
	$m->addTo("test@test.com");
	$m->addFrom("from.me@test.com");
	$m->addSubject("This is a test, don't panic.");
	$m->fetchHTML("http://test.com/template.php");
	$m->send();

Changelog

Version 1.9

  • Added -f parameter to "from" address

Version 1.8

  • Added namespacing

Version 1.6

  • Fixed bug with BCC and CC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%