import v1.0.1 | 2009-07-07

This commit is contained in:
2019-07-17 22:10:53 +02:00
parent b484e522e8
commit 2c1152f0d3
19 changed files with 179 additions and 13 deletions

View File

@ -188,7 +188,7 @@ class Users_ProfilegeneralController extends Monkeys_Controller_Action
public function deleteAction()
{
$mail = self::getMail();
$mail->setFrom('support@community-id.org');
$mail->setFrom($this->_config->email->supportemail);
$mail->addTo($this->_config->email->supportemail);
$mail->setSubject('Community-ID user deletion');