From 83b05a860a5f208d15942b517385848cfe4887bb Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 25 Sep 2006 21:06:46 +0000 Subject: --- 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 4257df177..78ae4da4d 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -213,9 +213,9 @@ $this->email->to('$list');

Sets the email message body:

$this->email->message('This is my message'); -

$this->email->alt_message()

+

$this->email->set_alt_message()

Sets the alternative email message body:

-$this->email->alt_message('This is the alternative message'); +$this->email->set_alt_message('This is the alternative message');

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. -- cgit v1.2.3-24-g4f1b