# sendwp/0.0.3/includes/interface.mailer.php

SendWP, version 0.0.3. 12 lines.

- Page: https://pluginprobe.com/plugins/sendwp/0.0.3/code/includes/interface.mailer.php
- Raw: https://pluginprobe.com/plugins/sendwp/0.0.3/raw/includes/interface.mailer.php
- Modified: 2019-03-13T20:11:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sendwp/0.0.3/code/includes/interface.mailer.php#L10-L20`.

```php
<?php

namespace SendWP;

/**
 * An interface for decorating phpMailer.
 */
interface MailerInterface
{
    public function send();
}

```
