Last updated 6 months ago
Username or email - support 2 types
Title - Email Title
Message - Message Content
```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 for {username} variable in php
```php str_replace("{username}", $username, $emailMessage); ```
the {username} variable already be replace successful