Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 181 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 181 Bytes

Update local env after pull:

settings.php

Set email appserver

In app/models/Email.php:

$this->mail->Host = {email server domain}; $this->mail->Port = {email server port};