diff --git a/libraries/Gelato/Email/Email.php b/libraries/Gelato/Email/Email.php new file mode 100644 index 0000000..baf3642 --- /dev/null +++ b/libraries/Gelato/Email/Email.php @@ -0,0 +1,24 @@ + + * @copyright 2012-2013 Romanenko Sergey / Awilum + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +class Email +{ + public static function send() + { + + } +} \ No newline at end of file