From c644128fdd49a47d791240e0e38b54cd22412bc5 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 4 Jul 2007 23:54:32 +0000 Subject: fixed validation errors... about a zillion of em. --- user_guide/libraries/email.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/libraries/email.html') diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index 190dadbdb..cd163c63d 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -271,7 +271,7 @@ $this->email->send();

If you have word wrapping enabled (recommended to comply with RFC 822) and you have a very long link in your email it can get wrapped too, causing it to become un-clickable by the person receiving it. CodeIgniter lets you manually override -word wrapping within part of your message like this: +word wrapping within part of your message like this:

The text of your email that
gets wrapped normally.
@@ -281,7 +281,7 @@ gets wrapped normally.
More text that will be
wrapped normally.
-

Place the item you do not want word-wrapped between: {unwrap} {/unwrap} +

Place the item you do not want word-wrapped between: {unwrap} {/unwrap}

@@ -295,7 +295,7 @@ Previous Topic:  Database Class Top of Page   ·   User Guide Home   ·   Next Topic:  Encryption Class -

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b