From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/libraries/email.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'user_guide/libraries/email.html') diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index 7ce565640..244320534 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -2,7 +2,7 @@ -Code Igniter User Guide +CodeIgniter User Guide @@ -22,7 +22,7 @@ window.onload = function() { - + @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.2

CodeIgniter User Guide Version 1.5.3

@@ -45,7 +45,7 @@ window.onload = function() { @@ -63,7 +63,7 @@ Email Class

Email Class

-

Code Igniter's robust Email Class supports the following features:

+

CodeIgniter's robust Email Class supports the following features:

- + @@ -219,7 +219,7 @@ $this->email->to($list);

This is an optional message string which can be used if you send HTML formatted email. It lets you specify an alternative message with no HTML formatting which is added to the header string for people who do not accept HTML email. -If you do not set your own message Code Igniter will extract the message from your HTML email and strip the tags.

+If you do not set your own message CodeIgniter will extract the message from your HTML email and strip the tags.

@@ -270,7 +270,7 @@ $this->email->send();

Overriding Word Wrapping

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. Code Igniter lets you manually override +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: The text of your email that
@@ -296,7 +296,7 @@ Previous Topic:  Database Class User Guide Home   ·   Next Topic:  Encryption Class

-

Code Igniter  ·  Copyright © 2006  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2007  ·  Ellislab, Inc.

-- cgit v1.2.3-24-g4f1b
Options Description
useragentCode IgniterNoneThe "user agent".useragentCodeIgniterNoneThe "user agent".
protocolmailmail, sendmail, or smtpThe mail sending protocol.