2017 © Pedro Peláez
 

library cakephp3-base64-email

CakePHP3 extension to encode the message body with Base64.

image

oh-sky/cakephp3-base64-email

CakePHP3 extension to encode the message body with Base64.

  • Monday, February 8, 2016
  • by oh-sky
  • Repository
  • 2 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

cakephp3-base64-email

CakePHP3 extension to encode the message body with Base64., (*1)

Build Status, (*2)

Requirements

  • CakePHP 3.1.x

Installation

composer require oh-sky/cakephp3-base64-email

Example

<?php
namespace App\Shell;

use Cake\Console\Shell;
use OhSky\Cakephp3Base64Email;

class MailShell extends Shell
{

    public function main()
    {
        $email = new Cakephp3Base64Email();
        $mail = $email->from('from@example.com')
                      ->to('to@example.com')
                      ->subject('subject')
                      ->send('Hello');
    }
}

Test

git clone git@github.com:oh-sky/cakephp3-base64-email.git cakephp3-base64-email
cd cakephp3-base64-email
composer install --dev
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests

The Versions

08/02 2016

dev-master

9999999-dev

CakePHP3 extension to encode the message body with Base64.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar oh-sky

email cakephp base64

08/02 2016

1.0.0

1.0.0.0

CakePHP3 extension to encode the message body with Base64.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar oh-sky

email cakephp base64

16/12 2015

0.0.1

0.0.1.0

CakePHP3 extension to encode the message body with Base64.

  Sources   Download

MIT

The Requires

 

by Avatar oh-sky

email cakephp base64