From 00d50594e51b8701b6117c0092ec8027c5d49a65 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 9 Jul 2011 23:25:46 -0400 Subject: Importing the swiftmail libraries --- config/bootstrap.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/bootstrap.php') diff --git a/config/bootstrap.php b/config/bootstrap.php index 1ced565..bce1bc7 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -77,6 +77,10 @@ require __DIR__ . '/bootstrap/action.php'; */ require __DIR__ . '/bootstrap/media.php'; +//For the mail setup stuff +require __DIR__ . '/bootstrap/mail.php'; + + /** * This file configures console filters and settings, specifically output behavior and coloring. */ -- cgit v1.2.3