TwistPHP Documentation

sendWelcomeEmail

File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
Extends:

sendWelcomeEmail

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function sendWelcomeEmail with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> sendWelcomeEmail();