Instead of having to modify the PHP or Sendmail configuration files to send mail on certain services, implementing a mailer library and configuring it from the AdminCP will be a lot easier.
The mailer can now be configured via a config file (vendor/traq/config/mailer.php, see the mailer.default.php file) or a setting in the AdminCP.
vendor/traq/config/mailer.php
mailer.default.php
The mailer can now be configured via a config file (
vendor/traq/config/mailer.php
, see themailer.default.php
file) or a setting in the AdminCP.