Download the PHP package phps-cans/mail.swift.renderer-twig without Composer
On this page you can find all versions of the php package phps-cans/mail.swift.renderer-twig. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download phps-cans/mail.swift.renderer-twig
More information about phps-cans/mail.swift.renderer-twig
Files in phps-cans/mail.swift.renderer-twig
Package mail.swift.renderer-twig
Short Description This package contains a implementation of the SwiftMailRenderer interface which use twig to render the mail message.
License MIT
Homepage https://github.com/phps-cans/mail.swift.renderer-twig
Informations about the package mail.swift.renderer-twig
Swift Twig Mail Generator
This package takes a Twig template and generates a Switf mail from this template.
Installation
Once installed, you can start creating an instance of the SwiftTwigMailTemplate
class.
The SwiftTwigMailTemplate
represents a mail template that can generate Swift mails.
Example
Because we consider that an example is better than everything else...
Start by creating your mail template. Your template should have two blocks:
If you want you can add another block containing your text body. This block is optional since we can get your the text body directly from the html one.
Now, let's create a SwiftTwigMailTemplate
instance. This object will generate a SwiftMail
from the twig template.
Going further
The SwiftTwigMailTemplate
class has been designed with dependency injection in mind. Instances can be easily put in your container for easy reuse.
Furthermore, the SwiftTwigMailTemplate
class shares a lot with the Swift_Mail
class. You can:
- setting the from address
- setting the from name
- setting the to address
- setting the to name
- setting the Bcc address
- setting the Bcc name
- setting the Cc address
- setting the Cc name
- setting the ReplyTo address
- setting the ReplyTo name
- setting the max line size
- setting the priority
- setting the read receip to
- setting the return path
All versions of mail.swift.renderer-twig with dependencies
phps-cans/mail.swift.renderer-interface Version ^5.0
twig/twig Version ~1.0