Send Mail to User
Last updated
Last updated
```php
$headers = "From: no-reply@yourdomain.com\r\n";
$headers .= "Reply-To: support@yourdomain.com\r\n";
```
Change email -> to your own email```php
str_replace("{username}", $username, $emailMessage);
```