Send Mail to User

Input Type
Username or email - support 2 types
Title - Email Title
Message - Message Content
OnCompleted
On Completed DelegatePHP
```php
$headers = "From: no-reply@yourdomain.com\r\n";
$headers .= "Reply-To: support@yourdomain.com\r\n";
```
Change email -> to your own email
Example

Use Temp Email to received


the {username} variable already be replace successful
Last updated