- new release v1.1.0
- new map tracking based on "map scopes" - removed deprecated code (invite system)
This commit is contained in:
@@ -27,21 +27,6 @@ class MailController extends \SMTP{
|
||||
$this->set('Content-Type', 'text/html; charset=ISO-8859-1');
|
||||
}
|
||||
|
||||
/**
|
||||
* send invite key mail
|
||||
* @param $to
|
||||
* @param $msg
|
||||
* @return bool
|
||||
*/
|
||||
public function sendInviteKey($to, $msg){
|
||||
$this->set('To', '<' . $to . '>');
|
||||
$this->set('From', 'Pathfinder <' . Controller::getEnvironmentData('SMTP_FROM') . '>');
|
||||
$this->set('Subject', 'Registration Key');
|
||||
$status = $this->send($msg);
|
||||
|
||||
return $status;
|
||||
}
|
||||
|
||||
/**
|
||||
* send mail to removed user account
|
||||
* @param $to
|
||||
|
||||
Reference in New Issue
Block a user