diff options
author | admin <devnull@localhost> | 2006-10-27 09:41:28 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-27 09:41:28 +0200 |
commit | 631f17b88124619dd27a04509970da155a3fc1b7 (patch) | |
tree | c84802140bb4efd2280f71efdc768cc568920db2 /user_guide/libraries/email.html | |
parent | 865b4b32ff813156c577e336114ae67b4be1a259 (diff) |
Diffstat (limited to 'user_guide/libraries/email.html')
-rw-r--r-- | user_guide/libraries/email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index b8a68e9d1..96150eca8 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -119,7 +119,7 @@ $this->email->initialize($config);</code> <p><strong>Note:</strong> Most of the preferences have default values that will be used if you do not set them.</p
-<h3>Setting Email Preferences in your Config File</h3>
+<h3>Setting Email Preferences in a Config File</h3>
<p>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 <var>email.php</var>, add the <var>$config</var>
|