@@ -51,7 +51,7 @@ |
||
| 51 | 51 | * @param array $headers |
| 52 | 52 | * @param string $body |
| 53 | 53 | * |
| 54 | - * @return bool True if successful, false otherwise. |
|
| 54 | + * @return integer True if successful, false otherwise. |
|
| 55 | 55 | */ |
| 56 | 56 | public function send($recipients, Array $headers, $body) |
| 57 | 57 | { |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | exit(); |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | -require __DIR__ . '/../../libs/swiftmailer/swift_required.php'; |
|
| 21 | +require __DIR__.'/../../libs/swiftmailer/swift_required.php'; |
|
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | 24 | * Class PMF_Mail_SwiftSMTP |