# `abstract`  Mailer

**Fully Qualified**: [`\Frontastic\Common\CoreBundle\Domain\Mailer`](../../../../src/php/CoreBundle/Domain/Mailer.php)

## Methods

* [sendToUser()](#sendtouser)

### sendToUser()

```php
abstract public function sendToUser(
    mixed $user,
    string $type,
    string $subject,
    array $parameters = array()
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$user`|`mixed`||
`$type`|`string`||
`$subject`|`string`||
`$parameters`|`array`|`array()`|

Return Value: `mixed`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
