File path: dist/twist/Core/Models/Email/SourceParser.model.php
Namespace: Twist\Core\Models\Email
stripEmailHeaders
— Strip out all unwanted headers from email raw source
Name | Description |
---|---|
$strEmailSource | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEmailSource = 'foo';
//Call the function stripEmailHeaders with the example vars
$resSourceParser = new \Twist\Core\Models\Email\SourceParser();
$resSourceParser -> stripEmailHeaders($strEmailSource);