PHP Classes

File: src/SendIt/views/partial/attach.dark.php

Recommend this page to a friend!
  Packages of Wolfy-J   spiral   src/SendIt/views/partial/attach.dark.php   Download  
File: src/SendIt/views/partial/attach.dark.php
Role: Example script
Content type: text/plain
Description: Example script
Class: spiral
Modular Web application development framework
Author: By
Last change:
Date: 2 months ago
Size: 188 bytes
 

Contents

Class file image Download
<!-- email:attach -->
<?php

/** @var \Symfony\Component\Mime\Email $_msg_ */
$_msg_->attachFromPath(inject('path'), inject('name', null), inject('mime', null));
?>
<!-- /email:attach -->