From 7184e31bf641e181045dcfa95128e5a06b916130 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 20 Feb 2007 12:34:28 +0000 Subject: fixed a capitalize error --- user_guide/libraries/email.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries/email.html') diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index c38eafbf4..c8d1c6e8a 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -122,8 +122,8 @@ $this->email->initialize($config); >

Setting Email Preferences in a Config File

If you prefer not to set preferences using the above method, you can instead put them into a config file. -Simply create a new file called the email.php, add the $config -array in that file. Then save the file at config/email.php and it will be used automatically. You +Simply create a new file called the Email.php, add the $config +array in that file. Then save the file at config/Email.php and it will be used automatically. You will NOT need to use the $this->email->initialize() function if you save your preferences in a config file.

-- cgit v1.2.3-24-g4f1b