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

Mail Method

Variable: $cfg['mail']['method']

Effected class: mail global

Config type: mail

Type of data: string

Platform: 2v

How to call: basic::$cfg['mail']['method']

Description:
Set the class to be used to send mail.
Available options:
BuiltInMailer - Usually works on online servers. It's a built in php mailer.
PHPMailer - Usually works on local servers such as xampp. It's an outsource class using for sending mail.
example: 1
The default set of "method".
How to set (example):
Code:
Info Panel
Roll it!   ⇔