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 867c896 commit 9372363Copy full SHA for 9372363
docs/development/legacy/libraries/email.md
@@ -36,7 +36,7 @@ The Email class will automatically create all email headers and will process the
36
ee()->email->to($recipient);
37
ee()->email->subject($email_subject);
38
ee()->email->message(entities_to_ascii($email_msg));
39
- ee()->email->Send();
+ ee()->email->send();
40
41
### Properties
42
0 commit comments