PHP Classes

File: src/SendIt/tests/App/views/email.dark.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/SendIt/tests/App/views/email.dark.php   Download  
File: src/SendIt/tests/App/views/email.dark.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 3 months ago
Size: 227 bytes
 

Contents

Class file image Download
<extends:sendit:builder subject="Demo Email"/>
<use:bundle path="sendit:bundle"/>

<email:attach path="{{ directory('root') . 'example.txt' }}" name="bootstrap.txt" />

<block:html>
    <p>Hello, {{ $name }}!</p>
</block:html>