Skip to content

Commit a473d80

Browse files
committed
Updated email library documentation
1 parent a87aab3 commit a473d80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

user_guide_src/source/libraries/email.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,14 @@ success or failure, enabling it to be used conditionally::
226226
// Generate error
227227
}
228228

229+
This function will automatically clear all parameters if the request was
230+
successful. To stop this behaviour pass FALSE::
231+
232+
if ($this->email->send(FALSE))
233+
{
234+
// Parameters won't be cleared
235+
}
236+
229237
$this->email->attach()
230238
----------------------
231239

0 commit comments

Comments
 (0)