Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Mail function #630

Open
Jockel007 opened this issue Dec 7, 2017 · 0 comments
Open

Mail function #630

Jockel007 opened this issue Dec 7, 2017 · 0 comments

Comments

@Jockel007
Copy link

For using the mailing-function in the Janus-Messenger, I had to change some lines in the code to get this function working (, if Janus authentification source will deliver the attribute „mail" and basic sendmail-function is working on the server).

Is it possible, to include it for other users of Janus?
janus/www/newUser.php:
@var string $email */
$email = $attributes['mail'][0];

$user->setEmail($email);

janus/lib/User.php:
public function getEmail()
{
return $this->_email;
}

janus/lib/Messenger/SimpleMail.php:
protected function __construct(array $option = null)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant