File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
setCustomSender
— Set a custom sender record if required
Name | Description |
---|---|
[$strEmailAddress = null] | n/a |
[$strName = ''] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEmailAddress = null;
$strName = '';
//Call the function setCustomSender with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> setCustomSender($strEmailAddress, $strName);