2017 © Pedro Peláez
 

library ink

PHP Mailer with responsive email templates engine.

image

apzentral/ink

PHP Mailer with responsive email templates engine.

  • Sunday, November 9, 2014
  • by apzentral
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ink

PHP Mailer with responsive email templates engine., (*1)

Examples,

  1. Just Instantiate Mailer Object., (*2)

    $mailer = new apzentral\ink\Mailer;, (*3)

  2. Then just uses mail method to send out email., (*4)

    $subject = 'Hello Mailer'; $from = 'apzentral@gmail.com'; $to = 'apzentral@gmail.com'; $body = ', (*5)

    Hello Mailer

    This is test email., (*6)

    '; $mailer->mail($subject, $from, $to, $body);, (*7)

Templates Example,

  • Basic Email Body,, (*8)

    , (*9)

    <, (*10)

    table class="container"> , (*11)

    Thank you for using Ink!!!
                  <table class="twelve columns">
                    <tbody>
                      <tr>
                        <td>
                          <h3>Hello World</h3>
                          <p>This is the first email using Ink!</p>
                        </td>
                        <td class="expander"></td>
                      </tr>
                    </tbody>
                  </table>
    
                </td>
              </tr>
            </tbody>
          </table>
    
        </td>
      </tr>
    </tbody>

    , (*12)

    Libraries Version for Template Engine

    1. Ink from Zurb: v 1.0.5

The Versions

09/11 2014

dev-master

9999999-dev https://github.com/apzentral/ink

PHP Mailer with responsive email templates engine.

  Sources   Download

MIT

The Requires

 

by Avatar apzentral

email templates php mailer responsive email

09/11 2014

1.0.0

1.0.0.0 https://github.com/apzentral/ink

PHP Mailer with responsive email templates engine.

  Sources   Download

MIT

The Requires

 

by Avatar apzentral

email templates php mailer responsive email