Sähköpostien lähettämiseen Mandrill-paketti

This commit is contained in:
2013-12-10 09:46:35 +02:00
parent 10ec151439
commit 8c40897f4f
17 changed files with 2550 additions and 0 deletions

10
application/third_party/Mandrill/Internal.php vendored Executable file
View File

@@ -0,0 +1,10 @@
<?php
class Mandrill_Internal {
public function __construct(Mandrill $master) {
$this->master = $master;
}
}