From 97a1eda1811c2124776a7efdcb8caee78f999a5a Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 10 Jul 2011 15:47:15 -0400 Subject: Mail configuration --- config/bootstrap/mail.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/bootstrap/mail.php diff --git a/config/bootstrap/mail.php b/config/bootstrap/mail.php new file mode 100644 index 0000000..047a90b --- /dev/null +++ b/config/bootstrap/mail.php @@ -0,0 +1,14 @@ + array( + 'adapter' => 'Smtp', + 'host' => 'smtp.google.com', + 'port' => 587, + 'encryption' => 'tls', + 'username' => 'you@gmail.com', + 'password' => '#########' +))); + +?> \ No newline at end of file -- cgit v1.2.3