TwistPHP Documentation

Email

File path: dist/twist/Core/Utilities/Email.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

Type: Utility

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
//Call the function create with the example vars
Twist::Email() -> create();

Method List

Method Access Returns
createpublicvoid
parseSourcepublicvoid