We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87aab3 commit a473d80Copy full SHA for a473d80
user_guide_src/source/libraries/email.rst
@@ -226,6 +226,14 @@ success or failure, enabling it to be used conditionally::
226
// Generate error
227
}
228
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
237
$this->email->attach()
238
----------------------
239
0 commit comments