| 1 | <?php |
||
| 29 | class Driver_None extends Base |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * Sends the prepared content to a given email |
||
| 33 | * |
||
| 34 | * @param string $email Email target |
||
| 35 | * @param boolean $clear Defaults to true which keeps mail data |
||
| 36 | * |
||
| 37 | * @return boolean |
||
| 38 | **/ |
||
|
|
|||
| 39 | |||
| 40 | public function send($email, $clear = true) |
||
| 49 | } |
||
| 50 |