2017 © Pedro Peláez
 

library ink-bundle

Easy responsive e-mails using Foundation and Inky

image

prezent/ink-bundle

Easy responsive e-mails using Foundation and Inky

  • Thursday, June 28, 2018
  • by prezent
  • Repository
  • 5 Watchers
  • 1 Stars
  • 1,484 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 14 Versions
  • 21 % Grown

The README.md

prezent/ink-bundle

Build Status, (*1)

Easy responsive e-emails using Foundation and Inky, (*2)

namespace AppBundle\Controller;

use Symfony\Bundle\FrameworkBundle\Controller\Controller

class AppController extends Controller
{
    public function emailAction()
    {
        $message = $this->get('prezent_ink.factory')->getMessage('AppBundle:Mail:hello.eml.twig', [
            'user' => $this->getUser(),
        ]);

        $message
            ->setFrom('noreply@example.org')
            ->setTo('john.doe@example.org')
        ;

        $this->get('mailer')->send($message);
    }
}
{% extends 'PrezentInkBundle::base.eml.twig' %}

{% block stylesheets %}
    <link rel="stylesheet" href="@AppBundle/Resources/public/css/email.css" />
{% endblock %}

{% block subject %}Hello {{ user.username }}{% endblock %}

{% block body_text %}
Hello {{ user.username }},

Nice to meet you!
{% endblock %}

{% block body_html %}
<container>
    <h1>Hello {{ user.username }},</h1>
    <spacer size="16"></spacer>
    <callout>Nice to meet you!</callout>
</container>
{% endblock %}

The documentation can be found in Resources/doc, (*3)

The Versions

28/06 2018

0.1.x-dev

0.1.9999999.9999999-dev http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

28/06 2018

0.1.9

0.1.9.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

19/06 2018

0.3.0

0.3.0.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

31/05 2018

0.2.0

0.2.0.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

04/05 2018

0.1.7

0.1.7.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

27/04 2018

0.1.6

0.1.6.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

27/04 2018

0.1.5

0.1.5.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

27/04 2018

0.1.8

0.1.8.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

27/04 2018

0.1.4

0.1.4.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

27/04 2018

0.1.3

0.1.3.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

10/10 2017

0.1.2

0.1.2.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

17/11 2016

0.1.1

0.1.1.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky

16/11 2016

0.1.0

0.1.0.0 http://www.prezent.nl

Easy responsive e-mails using Foundation and Inky

  Sources   Download

MIT

The Requires

 

by Prezent Internet B.V.

twig email foundation responsive inky