PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Peter Kahl   Universal PHP Mailer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Universal PHP Mailer
Compose and send email with attachments and images
Author: By
Last change: Update of composer.json
Date: 4 years ago
Size: 821 bytes
 

Contents

Class file image Download
{ "name": "peterkahl/universal-php-mailer", "description": "Self-configuring PHP mailer, capable of sending any type of content including plain text, html, inline images, and any kind and any number of attachments.", "keywords": ["mailer", "mail", "smtp", "bulk", "attachments", "inline-images", "email-marketing"], "type": "library", "license": "Apache-2.0", "authors": [ { "name": "Peter Kahl", "homepage": "https://www.cidrcalculator.com/", "role": "Developer" } ], "require": { "php": ">=5.3.0" }, "suggest": { "ext-libsodium": "Random string can be generated by the libsodium-php extension." }, "autoload": { "psr-4": { "peterkahl\\universalPHPmailer\\": "src/" } } }