Download the PHP package blueways/bw-email without Composer

On this page you can find all versions of the php package blueways/bw-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package bw-email

Responsive email extension for TYPO3

This is the offical documentation of the bw_email extension.

About

You can use this extension to send whole pages or any other element that has a TCA definition.

The templates are parsed with Zurb Foundation Inky. You can use the Inky markup in your fluid templates to generate the table markup needed for most mail clients.

Installation

Templates

The extensions offers some default templates located in ÈXT:bw_email/Resources/Private/Templates. You can override the templates by setting the paths via constants:

Default mail settings

To register new templates, use TypoScript setup:

Data sources

Right from the start you can send single Emails to an email address from inside the email wizard. If you like to send emails to multiple people, you can create a Email data source entry and select one of the following build-in connectors:

Usage in other extensions

You can use the Blueways\View\EmailView in your own extension to render responsive email HTML with Inky syntax. It works just like the .

Extend

You can use the DataSource-Provider or create your own ContactProvider.

DataSource model

If you like to configure your source via Backend, you can use the existing DataSource model. Create your own Model by extending the Model and implement the method.

Don't forget to register the inheritance via typoscript:

ContactProvider service

If you like to use external data, you can write your own ContactProvider. Just extend from and register the class via Hook:

Known issues

Usage in other content elements

It is possible to use the email wizard in other content elements like Textmedia or News: Just add an element with the TCA-RenderType "sendMailButton". Here is an example of how to add a Send Mail button to tt_content elements:

The current record will be available in the Fluid Template as .

To inject additional elements or override default settings you can use the TypoScript setting.

With the setting you can insert records to the email template. In the example above, you can display the latest news records with .

Todo

Improvement ideas


All versions of bw-email with dependencies

PHP Build Version
Package Version
Requires tijsverkoyen/css-to-inline-styles Version ^2.2
maikschneider/inky Version 1.3.6.*
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package blueways/bw-email contains the following files

Loading the files please wait ....