From 7c53be42a74b103774729281aef09ad505f3b611 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 22 Apr 2008 12:02:43 +0000 Subject: Added the ability to set CRLF settings via config in the Email class. Added SVN commit number to changelog Fixed more guide typos and examples --- user_guide/libraries/email.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'user_guide/libraries') diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index b01453a3a..a93614238 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -163,8 +163,16 @@ will NOT need to use the $this->email->initialize() function if you s validateFALSETRUE or FALSE (boolean)Whether to validate the email address. priority31, 2, 3, 4, 5Email Priority. 1 = highest. 5 = lowest. 3 = normal. - -newline\n"\r\n" or "\n"Newline character. (Use "\r\n" to comply with RFC 822). + + + crlf + \n + "\r\n" or "\n" or "\r" + Newline character. (Use "\r\n" to comply with RFC 822). + + +newline\n +"\r\n" or "\n" or "\r"Newline character. (Use "\r\n" to comply with RFC 822). bcc_batch_modeFALSETRUE or FALSE (boolean)Enable BCC Batch Mode. -- cgit v1.2.3-24-g4f1b