Download the PHP package apzentral/ink without Composer
On this page you can find all versions of the php package apzentral/ink. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download apzentral/ink
More information about apzentral/ink
Files in apzentral/ink
Download apzentral/ink
More information about apzentral/ink
Files in apzentral/ink
Vendor apzentral
Package ink
Short Description PHP Mailer with responsive email templates engine.
License MIT
Homepage https://github.com/apzentral/ink
Package ink
Short Description PHP Mailer with responsive email templates engine.
License MIT
Homepage https://github.com/apzentral/ink
Please rate this library. Is it a good library?
Informations about the package ink
ink
PHP Mailer with responsive email templates engine.
Examples,
-
Just Instantiate Mailer Object.
$mailer = new apzentral\ink\Mailer;
-
Then just uses
mail
method to send out email.$subject = 'Hello Mailer'; $from = '[email protected]'; $to = '[email protected]'; $body = '
Hello Mailer
This is test email.
'; $mailer->mail($subject, $from, $to, $body);
Templates Example,
-
Basic Email Body,
Thank you for using Ink!!! Hello World
This is the first email using Ink!
Libraries Version for Template Engine
- Ink from Zurb: v 1.0.5
All versions of ink with dependencies
PHP Build VersionPackage VersionThe package apzentral/ink contains the following files
Loading the files please wait ....