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

@ -109,7 +109,7 @@ EOD;
$mail = new Zend_Mail();
$mail->setBodyText($body);
$mail->setFrom('support@community-id.org');
$mail->setFrom($this->_config->email->supportemail);
$mail->addTo($configEmail->adminemail);
$mail->setSubject('Community-ID error report');