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.
2 parents 2008c4e + 9372363 commit 8eec42cCopy full SHA for 8eec42c
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