2017 © Pedro Peláez
 

package email

PHP Email Library

image

o2system/email

PHP Email Library

  • Friday, June 8, 2018
  • by o2system
  • Repository
  • 2 Watchers
  • 0 Stars
  • 158 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 23 % Grown

The README.md

alt text, (*1)

Scrutinizer Code Quality Build Status Latest Stable Version Total Downloads License, (*2)

O2System Email

O2System Email is a PHP Email Protocol Sender Library which is build for working more powerful with O2System Framework, but also can be used for integrated with others as standalone version with limited features., (*3)

Composer Installation

The best way to install O2System Email is to use Composer, (*4)

composer require o2system/email

Packagist: https://packagist.org/packages/o2system/email, (*5)

Usage

use O2System\Email;

// Create new email message
$message = new Email\Message();
$message->from( 'o2system.framework@gmail.com', 'O2System Framework' );
$message->subject( 'Testing email message' );
$message->body('This is testing email message body content.');
$message->to('mail@steevenz.com', 'Steeven Andrian Salim');
$message->priority( Email\Message::PRIORITY_HIGHEST );

// Create new email spool
$spool = new Email\Spool([
    'protocol' => 'mail'
]);

$spool->send( $message );

Documentation is available on this repository wiki or visit this repository github page., (*6)

Ideas and Suggestions

Please kindly mail us at contact@o2system.id, (*7)

Bugs and Issues

Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository., (*8)

System Requirements

The Versions

08/06 2018

dev-master

9999999-dev

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

08/06 2018

v1.0.15

1.0.15.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

29/05 2018

v1.0.14

1.0.14.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

29/12 2017

v1.0.4

1.0.4.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

08/11 2017

v1.0.3

1.0.3.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

04/10 2017

v1.0.2

1.0.2.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

03/09 2017

v1.0.1

1.0.1.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries

16/08 2017

v1.0.0

1.0.0.0

PHP Email Library

  Sources   Download

MIT

The Requires

 

framework php driver utilities libraries