Download the PHP package pforret/php_outlook_signature without Composer
On this page you can find all versions of the php package pforret/php_outlook_signature. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pforret/php_outlook_signature
More information about pforret/php_outlook_signature
Files in pforret/php_outlook_signature
Download pforret/php_outlook_signature
More information about pforret/php_outlook_signature
Files in pforret/php_outlook_signature
Vendor pforret
Package php_outlook_signature
Short Description Create Outlook email signatures from a template
License MIT
Homepage https://github.com/pforret/php_outlook_signature
Package php_outlook_signature
Short Description Create Outlook email signatures from a template
License MIT
Homepage https://github.com/pforret/php_outlook_signature
Please rate this library. Is it a good library?
Informations about the package php_outlook_signature
Create Outlook email signatures from a template
Create valid Outlook HTML Signatures, from a template with placeholders. Kind of mail merge for Outlook email signatures.
Installation
You can install the package via composer:
Usage
Signature template
- let's say you call your template
waffle
- your template folder should contain 1 HTML file
waffle.htm
and one asset folder with all the extra files needed (calledwaffle_files
) - in the assets folder there should be a
filelist.xml
. If not, this package will generate one. - images in the assets folder that are referenced in the template as
src="<assetfolder>/<imagefile>"
will be included as (hidden) attachments of the email and always show up for the receiver, i.e. not be filtered out like external images - the HTML template can contain
{information}
placeholders. They will be replaced by the actual value of"information" => "..."
from the $personal_details array. - a template with an
{information}
placeholder that is not specified in the $personal_details array, will throw an error.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of php_outlook_signature with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
The package pforret/php_outlook_signature contains the following files
Loading the files please wait ....