File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
disableSenderChecking
— Disable sender field checking, the sender field wil be set to the same as the from field.
This will eliminate for the most part the Outlook warning: (from_name "sender" on behalf of "from_email")
when the MX and SPF records of the domain don't match the servers IP.
Alternatively you can set a custom sender, see "setCustomSender" function.
void — No return information has been documented for this function.
<?php
//Call the function disableSenderChecking with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> disableSenderChecking();