Skip to content

Instantly share code, notes, and snippets.

<?php
require_once '/path_to_swift/lib/swift_required.php';
require_once 'SendEMail.php';
$sm = new SendEMail();
$recipients[0] = array(
'email' => 'onotole@blabla.com',
'user' => 'Onotole',
'something' => 'myalka',
@kokh
kokh / SendEMail.php
Last active September 27, 2018 14:07
<?php
class SendEMail
{
static $transport = false;
public // path to template directories
$templatesPath,
// template directory name
$templateDirname,
// template file name