Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Send Built In Mailer

Type: function

Class: Mail

Platform: 2v

Function: sendBuiltInMailer

Visibility: public

Parameter: sendBuiltInMailer($dontLogMailSent)

Description:
Mainly used by sendMail for sending mails using php built in function, but can be used independently after we set all the necessary vars in this class.
Parameters:
(optional) - boolean|integer - dontLogMailSent - Decides if to log the mail as sent or not.
Return:
boolean - If mail was sent.
Callable from (extended classes):
application: controller,view
advanced: controller,view
operators: controller,view
api: controller,view
example: 1
I want to send mail to you, let's see if you'll get it.
How to call (example):
Code:
Possible outcome (example):
Output:
Info Panel
Roll it!   ⇔