TwistPHP Documentation

Email

File path: dist/twist/Core/Helpers/Email.helper.php
Namespace: Twist\Core\Helpers
Extends: Base

Type: Class

Email — Process and send full HTML emails with attachments and parse the raw source of email messages into a usable data array.

Example Usage

<?php
//Set the variables for the example
$strEmailSource 'foo';
$blShowHeaders false;

//Call the function parseSource with the example vars
Twist::Email() -> parseSource($strEmailSource$blShowHeaders);

Method List

Method Access Returns
createpublicvoid
sendpublicvoid
parseSourcepublicvoid